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://github.com/CocoaPods/Specs.git'
| #source 'https://gitee.com/mirrors/CocoaPods-Specs.git'
| #source 'https://github.com/volcengine/volcengine-specs.git'
| #source 'http://repo.baichuan-ios.taobao.com/baichuanSDK/AliBCSpecs.git'
| platform :ios, '9.0'
| install! 'cocoapods', :disable_input_output_paths => true
| use_frameworks!
|
| target 'BuWanVideo2.0' do
|
| pod 'AFNetworking', '~>3.0'
| pod 'YYWebImage'
| pod 'YYImage/WebP'
|
| pod 'YYModel'
| pod 'SDWebImage','5.10.0'
|
| pod 'ReactiveCocoa', :git => 'https://github.com/zhao0/ReactiveCocoa.git', :tag => '2.5.2'
|
| pod 'UMCCommon'
| pod 'SDAutoLayout'
| pod 'IQKeyboardManager'
| pod 'SVProgressHUD'
| pod 'GDTMobSDK'
|
|
|
| #LCDSDK,版本号以赋能平台生成的Pod命令为准
| pod 'Pangrowth', '3.1.0.0', :subspecs => ['media']
| # AppLog SDK
| #pod 'RangersAppLog', '~> 5.6.6',
| # :subspecs => ['Core', 'Log', 'Host/CN'],
| # :source=> 'https://github.com/bytedance/cocoapods_sdk_source_repo.git'
| # 穿山甲SDK,版本号以赋能平台生成的Pod命令为准
| pod 'Ads-CN'
| # APMInsight SDK
| pod 'RangersAPM', '2.13.1', :subspecs => [
| 'Core',
| 'Public',
| 'Crash',
| 'HMD',
| 'EventMonitor'
| ], :source => 'https://github.com/volcengine/volcengine-specs.git'
|
| pod 'Toast', '~> 4.0.0'
|
| end
|
|