-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
28 lines (19 loc) · 665 Bytes
/
Podfile
File metadata and controls
28 lines (19 loc) · 665 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'WeatherSTRV' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for WeatherSTRV
#Firebase
pod 'Firebase/Core', '~> 4.0'
pod 'Firebase/Database', '~> 4.0'
#Alamofire & Object Mapper
pod 'Alamofire', '~> 4.0'
pod 'AlamofireObjectMapper', '~> 4.0'
pod 'ObjectMapper', '~> 2.2'
# EmptyDataSet
pod 'DZNEmptyDataSet', '~> 1.8'
# Header Message for reachability
pod 'SwiftMessages', '~> 3.3'
pod 'ReachabilitySwift', '~> 3'
end