forked from KevinZhao2016/GoodManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPodfile
executable file
·52 lines (48 loc) · 1.39 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
46
47
48
49
50
51
platform :ios, '10.0'
inhibit_all_warnings!
use_frameworks!
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '4.2.0'
end
end
end
target 'GoodManager' do
# Basics
pod 'RealmSwift'
pod 'SDWebImage/GIF'
pod 'ReachabilitySwift'
pod 'Moya-ObjectMapper/RxSwift'
#pod 'WoodPeckeriOS'
pod 'SnapKit', '~> 4.0.0'
#pod 'BMPlayer', '~> 1.0.0'
pod 'TZImagePickerController'
pod 'SwiftyJSON', '~> 4.0'
#pod 'ObjectMapper', '~> 3.4'
pod 'LLPhotoBrowser', '~> 1.1.0'
#pod 'iOSPhotoEditor'
#pod 'ZMJImageEditor'
pod 'Kingfisher', '~> 4.10.0'
pod 'Player', '~> 0.12.0'
pod 'dsBridge'
pod 'CLImagePickerTool', :git => 'https://github.com/Darren-chenchen/CLImagePickerTool.git'
pod 'JPush'
#pod 'ReactiveCocoa', '~> 2.3.1'
pod 'jot'
pod 'WechatOpenSDK'
pod 'AliPay'
pod "Weibo_SDK", :git => "https://github.com/sinaweibosdk/weibo_ios_sdk.git"
pod 'FMDB', '~> 2.7.2'
pod 'CocoaLumberjack', '~> 3.2.1'
pod 'SSZipArchive', '~> 1.8.1'
pod 'SVProgressHUD', '~> 2.1.2'
pod 'Fabric'
pod 'Crashlytics'
pod 'M80AttributedLabel', '~> 1.6.3'
pod 'Toast', '~> 3.0'
pod 'YYCategories', '~> 1.0.4'
# target 'NIMKit' do
# project 'NIMKit/NIMKit.xcodeproj'
# end
end