-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
66 lines (51 loc) · 1.18 KB
/
Podfile
File metadata and controls
66 lines (51 loc) · 1.18 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
platform :ios, "8.0"
use_frameworks!
target 'CSJSwiftToolsDemo' do
# UI related
pod 'PDTSimpleCalendar', '~> 0.9.1'
pod 'DZNEmptyDataSet'
pod 'ChameleonFramework'
pod 'MGSwipeTableCell'
pod 'SVProgressHUD'
pod 'MBProgressHUD', '~> 0.9'
pod 'SDCycleScrollView', '~> 1.3'
pod 'FDStackView'
# Modal related
pod 'MagicalRecord'
pod 'SwiftyJSON', :git => 'https://github.com/SwiftyJSON/SwiftyJSON.git'
pod 'MJExtension'
pod 'MJRefresh'
# Network
pod 'Alamofire'
pod 'AlamofireObjectMapper'
pod 'ObjectMapper'
pod 'SDWebImage'
pod 'Reachability'
# Utility
#pod 'KeychainAccess'
#pod 'Siren', '~> 0.6'
pod 'JLRoutes'
#pod 'SnapKit', :git => 'https://github.com/SnapKit/SnapKit.git'
pod 'pop'
pod 'SnapKit'
# Third-party integration
#pod 'UMengAnalytics-NO-IDFA'
# ReactiveCocoa
#pod 'ReactiveCocoa', '~> 4.0.0'
#pod 'ReactiveViewModel'
# Rx
pod 'RxSwift'
pod 'RxCocoa'
pod 'RxBlocking'
pod 'RxDataSources'
#pod 'RxDataSources'
#pod 'RxViewModel'
#pod 'Action'
#pod 'Realm', :git => 'https://github.com/realm/realm-cocoa.git'
#pod 'Realm'
#pod 'RxSwift', :git => 'https://github.com/ReactiveX/RxSwift.git'
#pod 'RxSwift'
#pod 'RxCocoa'
#pod 'RxDataSources', '~> 1.0.0-beta.3'
pod 'CocoaLumberjack'
end