-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPodfile
27 lines (24 loc) · 906 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Disaster Monitor' do
# Comment the next line if you don't want to use dynamic frameworks
# use_frameworks!
pod 'Katana',:modular_headers => true
pod 'Tempura',:modular_headers => true
pod 'PinLayout',:modular_headers => true
pod 'DeepDiff',:modular_headers => true
pod 'GoogleMaps',:modular_headers => true
pod 'GooglePlaces',:modular_headers => true
pod 'Alamofire',:modular_headers => true
pod 'PromiseKit',:modular_headers => true
pod 'SwiftyJSON',:modular_headers => true
pod "WARangeSlider",:modular_headers => true
pod 'MarqueeLabel',:modular_headers => true
pod 'Google-Maps-iOS-Utils',:modular_headers => true
pod 'TempuraTesting'
target 'Disaster MonitorTests' do
inherit! :search_paths
pod 'Quick', '~> 1.3'
pod 'Nimble', '~> 7.3'
end
end