passforios/Gemfile
Danny Mösch 032436fa70
Move to Swift Package Manager disregarding Cocoapods (#496)
* Build as many dependencies as possible with SPM.
* Xcworkspace is no longer needed.
* Collecting coverage information does unfortunately cause linking errors in Base32. So it is disabled for now.
2021-08-30 09:41:29 -07:00

5 lines
80 B
Ruby

source "https://rubygems.org"
gem "fastlane"
gem "xcodeproj"
gem "rest-client"