-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
37 lines (32 loc) · 988 Bytes
/
Podfile
File metadata and controls
37 lines (32 loc) · 988 Bytes
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
platform :ios, '9.0'
target 'Concough' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Concough
pod 'SwiftyJSON', '~> 2.3'
pod 'Alamofire', '~> 3.0'
pod 'SwiftKeychainWrapper', '~> 2.0'
pod 'BTNavigationDropdownMenu'
#pod 'CarbonKit'
pod 'EHHorizontalSelectionView', '~> 1.0.4'
pod 'DZNEmptyDataSet'
pod 'BBBadgeBarButtonItem'
#pod 'RealmSwift', '~> 1.1.0'
pod 'RNCryptor', '~> 4.0'
pod 'SwiftMessages', '~> 2.0.0'
pod 'MBProgressHUD'
pod 'FCAlertView'
pod 'SimpleAlert', '~> 1.3.1'
pod 'ReachabilitySwift', '~> 2.4'
pod 'CocoaSecurity'
pod 'NSUserDefaults+SevenSecurityLayers'
pod 'Charts', '~> 2.3.1'
end
#
#post_install do |installer|
# installer.pods_project.targets.each do |target|
# target.build_configurations.each do |config|
# config.build_settings['SWIFT_VERSION'] = '2.3'
# end
# end
#end