-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
33 lines (29 loc) · 848 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
platform :ios, '12.0'
target 'OpenDataDemo' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'R.swift', '5.0.3'
#pod 'NVActivityIndicatorView'
#pod 'KRProgressHUD', '3.4.0'
#pod 'KeychainSwift', '13.0.0'
#pod 'HydraAsync', '2.0.0'
#pod 'MulticastDelegateSwift', '2.1.4'
#pod 'SQLite.swift', '0.11.5'
#pod 'Firebase/Core'
#pod 'Fabric', '1.9.0'
#pod 'Crashlytics', '3.12.0'
end
target 'OpenDataDemoTests' do
inherit! :complete
# pod 'Firebase'
# pod 'HydraAsync', '2.0.0'
# pod 'R.swift', '5.0.1'
# pod 'KRProgressHUD', '3.4.0'
# pod 'KeychainSwift', '13.0.0'
# pod 'HydraAsync', '2.0.0'
# pod 'MulticastDelegateSwift', '2.1.4'
# pod 'SQLite.swift', '0.11.5'
# pod 'Firebase/Core'
# pod 'Fabric', '1.9.0'
# pod 'Crashlytics', '3.12.0'
end