mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-19 13:05:21 +00:00
COVIDSafe code from version 1.1
This commit is contained in:
commit
3640e52eb2
330 changed files with 261540 additions and 0 deletions
29
Podfile
Normal file
29
Podfile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# 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'
|
||||
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'
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue