1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| source 'https://github.com/CocoaPods/Specs.git'
| source 'http://repo.baichuan-ios.taobao.com/baichuanSDK/AliBCSpecs.git'
| platform :ios, '7.0'
| use_frameworks!
|
| target 'BuWanVideo2.0' do
|
| pod 'SVProgressHUD'
| pod 'AFNetworking','~>3.0'
| pod 'YYWebImage'
| pod 'YYImage/WebP'
|
| pod 'YYModel'
| pod 'SDWebImage'
|
|
| pod 'UMCCommon'
|
| end
|
|