mobile-ios/Podfile

34 lines
711 B
Text
Raw Permalink Normal View History

2020-05-08 07:49:14 +00:00
# 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'
2020-06-19 07:43:33 +00:00
pod 'FlagKit'
2020-09-14 01:23:11 +00:00
pod 'ReachabilitySwift'
2020-05-08 07:49:14 +00:00
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'
2020-06-19 07:43:33 +00:00
pod 'FlagKit'
2020-08-18 00:52:17 +00:00
pod 'ReachabilitySwift'
2020-05-08 07:49:14 +00:00
end