-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathPodfile
29 lines (27 loc) · 824 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
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Monotone' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Monotone
pod 'RxSwift', '5.1.1'
pod 'RxRelay', '5.1.1'
pod 'RxCocoa', '5.1.1'
pod 'Action', '4.2.0' # iOS8.0+
pod 'RxDataSources', '4.0.1'
pod 'RxSwiftExt', '5.2.0'
pod 'Alamofire', '5.3.0'
pod 'SwiftyJSON', '4.3.0'
pod 'ObjectMapper', '4.2.0'
pod 'Kingfisher', '5.15.7'
pod 'MJRefresh', '3.5.0'
pod 'SnapKit', '5.0.1'
pod 'Hue', '5.0.0'
pod 'HMSegmentedControl', '1.5.6'
pod 'anim', '1.2.10'
pod 'ViewAnimator', '3.0.1'
# pod 'Hero', '1.5.0'
pod 'BEMCheckBox', '1.4.1'
pod 'SwiftMessages', '9.0.5'
pod 'NVActivityIndicatorView', '5.1.1'
end