1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| 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 'AFNetworking','~>3.0'
| pod 'YYWebImage'
| pod 'YYImage/WebP'
|
| pod 'YYModel'
| pod 'SDWebImage'
|
| pod 'ReactiveCocoa', :git => 'https://github.com/zhao0/ReactiveCocoa.git', :tag => '2.5.2'
|
| pod 'UMCCommon'
| pod 'SDAutoLayout'
| pod 'IQKeyboardManager'
| pod 'SVProgressHUD'
| end
|
|