-
Notifications
You must be signed in to change notification settings - Fork 1
/
Podfile
39 lines (31 loc) · 909 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
34
35
36
37
38
39
use_frameworks!
install! 'cocoapods', :deterministic_uuids => false
# Uncomment this line to define a global platform for your project
# platform :ios, '9.0'
abstract_target 'CocoaPods' do
pod 'NSDate-HYPString'
pod 'NSDictionary-HYPImmutable'
pod 'HYPImagePicker'
pod 'AFNetworking', '~> 3.1'
pod 'RNCryptor', '~> 2.2'
pod 'XLForm', :git => 'https://github.com/xmartlabs/XLForm.git'
pod 'MBProgressHUD', '~> 1.0.0'
pod 'SVProgressHUD', '~> 2.1'
pod 'HTPressableButton', '~> 1.3'
pod 'ACEDrawingView'
pod 'FontAwesomeKit', '~> 2.2'
pod 'KAStatusBar', '~> 0.1'
target 'NHS' do
# Uncomment this line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
end
# Pods for NHS
target 'NHSTests' do
inherit! :search_paths
# Pods for testing
end
target 'NHSUITests' do
inherit! :search_paths
# Pods for testing
end
end