forked from jasl/RubyChinaAPP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
32 lines (24 loc) · 608 Bytes
/
Podfile
File metadata and controls
32 lines (24 loc) · 608 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
platform :ios, '9.0'
use_frameworks!
target 'RubyChinaApp' do
# arch
# pod 'RxSwift', '~> 1.8'
# networking
pod 'Alamofire', '~> 3.1'
# pod 'ReachabilitySwift', git: 'https://github.com/ashleymills/Reachability.swift'
# pod 'Moya', '~> 5.1' # I cheat the code, Moya made it's Target generic, force to use enum, that's not suit for me.
# serializing
pod 'SwiftyJSON', '~> 2.3'
# logging
pod 'XCGLogger', '~> 3.1'
# OAuth
pod 'p2.OAuth2'
# caching
# pod 'HanekeSwift'
# util
pod 'SwiftDate'
# UI
pod 'MJRefresh'
# pod 'DGTemplateLayoutCell'
pod 'Kingfisher'
end