-
Notifications
You must be signed in to change notification settings - Fork 9
/
Podfile
47 lines (42 loc) · 1.02 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
source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
platform :ios,'10.0'
use_frameworks!
target 'CyxbsMobile2019_iOS' do
pod 'MGJRouter'
pod 'Bagel', '~> 1.3.2'
pod 'TZImagePickerController'
pod 'NudeIn'
pod 'SDWebImage'
pod 'AFNetworking','~> 2.6.3'
pod 'FMDB'
pod 'MBProgressHUD', '~> 0.9.2'
pod 'YYKit'
pod 'GMImagePicker'
pod 'Masonry'
pod 'MJRefresh'
pod 'pop'
pod 'AMapLocation-NO-IDFA'
pod 'AMap3DMap-NO-IDFA'
pod 'MJExtension'
pod 'SDCycleScrollView'
pod 'IQKeyboardManager'
#umeng
pod 'UMCCommon'
pod 'UMCSecurityPlugins'
pod 'UMCCommonLog'
pod 'UMCPush'
pod 'UMCAnalytics'
pod 'UMCErrorCatch'
# U-Share SDK UI模块(分享面板,建议添加)
pod 'UMCShare/UI'
# 集成微信(精简版0.2M)
pod 'UMCShare/Social/ReducedWeChat'
# 集成QQ/QZone/TIM(精简版0.5M)
pod 'UMCShare/Social/ReducedQQ'
# For Swift:
pod 'Alamofire', '~> 5.2'
pod 'SwiftyJSON', '~> 4.0'
pod 'RxSwift', '~> 5'
pod 'RxCocoa', '~> 5'
pod 'SnapKit'
end