zjf
2023-03-06 392b76515f40376b6d36f40a114850ef63650384
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Uncomment the next line to define a global platform for your project
platform :ios, '12.0'
 
target 'IphoneBIMe' do
pod 'YYModel'
pod 'AFNetworking'
pod 'SDWebImage'
pod 'Masonry'
pod 'MJRefresh'
pod 'FMDB'
pod 'TZImagePickerController'
pod 'MBProgressHUD'
pod 'JPush','~> 3.3.2'
pod 'Bugly','~> 2.5'
pod 'UMCCommon','~> 2.1.4'
pod 'UMCSecurityPlugins','~> 1.0.6'
pod 'UMCShare/Social/ReducedWeChat','~> 6.9.8'
pod 'UMCShare/Social/ReducedQQ','~> 6.9.8'
pod 'LFImagePickerController/LFMediaEdit'
pod 'AMap3DMap','~> 7.4.0'
pod 'AMapLocation'
pod 'lottie-ios','~> 2.5'
 
end