-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathPodfile
39 lines (32 loc) · 852 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
30
31
32
33
34
35
36
37
38
39
source 'https://github.com/CocoaPods/Specs.git'
platform :ios ,'10.0'
use_frameworks!
target 'DCTT' do
pod 'Alamofire', '~> 5.0.0'
pod 'SwiftyJSON','~> 5.0'
pod 'SVProgressHUD', '~> 2.1.2'
pod 'MBProgressHUD', '~> 1.1.0'
#pod 'LKDBHelper', '~> 2.4.2'
pod 'RxSwift', '~> 5'
pod 'RxCocoa', '~> 5'
#pod 'RxDataSources', '~> 1.0.4'
pod 'SnapKit', '~> 5.0.0'
pod 'SDWebImage'
pod 'MJRefresh','3.1.12'
pod 'Kingfisher', '~> 5.10'
pod 'IQKeyboardManagerSwift', '~> 6.0.0'
pod 'SwiftTTPageController'
pod 'SkeletonView'
###第三方平台
pod 'Bugly'
#pod 'mob_smssdk'
###sharesdk MOBFoundation (3.1.9),mob_sharesdk (4.1.4)
pod 'mob_sharesdk'
pod 'mob_sharesdk/ShareSDKUI'
pod 'mob_sharesdk/ShareSDKPlatforms/QQ'
pod 'mob_sharesdk/ShareSDKPlatforms/WeChat'
pod 'mob_sharesdk/ShareSDKExtension'
###正式发布时删除
#pod 'Pgyer'
#pod 'PgyUpdate'
end