-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
47 lines (36 loc) · 1.18 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'KDYWeChat' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
pod 'SnapKit', '3.0.2'
pod 'Alamofire','~> 4.0.0'
pod 'SwiftyJSON', '3.1.3'
pod 'Kingfisher', '3.2.2'
pod 'ObjectMapper', '2.2.2'
pod 'Proposer', '1.1.0'
pod 'PermissionScope', '1.1.1'
pod 'Then', '2.1.0'
pod 'APIKit', '3.1.1'
pod 'BSImagePicker', '2.5.1'
# pod 'SwiftGen'
pod 'RxSwift', '3.0.0-beta.1'
pod 'RxCocoa', '3.0.0-beta.1'
pod 'RxDataSources', '1.0.0.beta.1'
pod 'Reusable', '3.0.1'
pod 'RealmSwift', '2.1.1'
pod 'Moya/RxSwift', git: 'https://github.com/Moya/Moya.git', tag: '8.0.0-beta.1'
pod 'Validator', git: 'https://github.com/adamwaite/Validator.git', tag: 'v2.0.0'
pod 'EZSwiftExtensions', '1.7'
# Objective-C
pod 'MBProgressHUD', '1.0.0'
pod 'KVOController', '1.2.0'
pod 'YYText', '1.0.7'
pod 'FMDB', '2.6.2'
# 选择后端服务,由于Parse即将关闭,则转向LeanCloud
pod 'AVOSCloudDynamic', '~> 3.3.5'
end
target 'KDYWeChatTests' do
use_frameworks!
pod 'SnapKit', '3.0.2'
end