forked from minvws/nl-covid19-coronacheck-app-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
33 lines (28 loc) · 826 Bytes
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Uncomment the next line to define a global platform for your project
platform :ios, '12.5'
target 'Holder' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for CTR
pod 'AppAuth', '1.4.0'
pod 'CocoaLumberjack/Swift', '3.7.0'
pod 'MBProgressHUD', '1.2.0'
pod 'EasyTipView', '2.1'
pod 'lottie-ios', '3.2.1'
target 'CTRTests' do
inherit! :search_paths
# Pods for testing
pod 'OHHTTPStubs/Swift', '9.1.0'
pod 'ViewControllerPresentationSpy', '~> 5.0'
end
end
target 'Verifier' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for Verifier
pod 'AppAuth', '1.4.0'
pod 'CocoaLumberjack/Swift', '3.7.0'
pod 'MBProgressHUD', '1.2.0'
pod 'EasyTipView', '2.1'
pod 'lottie-ios', '3.2.1'
end