mobile-ios/Podfile
2020-08-18 10:52:17 +10:00

32 lines
685 B
Ruby

# Uncomment the next line to define a global platform for your project
platform :ios, '10.0'
workspace 'CovidSafe.xcworkspace'
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/wogaa/Specs.git'
target 'CovidSafe' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for CovidSafe
pod 'Alamofire'
pod 'KeychainSwift'
pod 'lottie-ios'
pod 'FlagKit'
end
target 'CovidSafe-staging' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for CovidSafe
pod 'Alamofire'
pod 'KeychainSwift'
pod 'lottie-ios'
pod 'FlagKit'
pod 'ReachabilitySwift'
end