-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
41 lines (30 loc) · 745 Bytes
/
Podfile
File metadata and controls
41 lines (30 loc) · 745 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
36
37
38
39
40
41
# Uncomment the next line to define a global platform for your project
platform :ios, '11.0'
target 'TaxiAggregator-iOS' do
use_frameworks!
# Fabric & Firebase analytics
pod 'Firebase/Analytics'
pod 'Fabric', '~> 1.10.2'
pod 'Crashlytics', '~> 3.14.0'
# JSON
pod 'ObjectMapper', '~> 3.4'
pod 'SwiftyJSON', '~> 5.0'
# Internet
pod 'Starscream', '~> 3.0.2'
pod 'Alamofire', '~> 5.0.0-rc.3'
# Store
pod 'RealmSwift'
# UI
pod 'SideMenu', '~> 6.0'
pod 'SnapKit', '~> 5.0.0'
pod 'CHIPageControl/Jaloro'
# Map & Places
pod 'GoogleMaps'
pod 'GooglePlaces'
# Reactive
pod 'RxSwift', '~> 5'
pod 'RxCocoa', '~> 5'
pod 'RxKeyboard'
# Async operations
pod "PromiseKit", "~> 6.8"
end