Podfile
955 Bytes
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
use_frameworks!
source 'https://github.com/CocoaPods/Specs.git'
source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
platform :ios, '9.0'
target 'DSCnliveShopSDK_Example' do
pod 'DSCnliveShopSDK', :path => '../'
pod 'AFNetworking', '3.2.1'
pod 'SDWebImage', '~> 5.2.3'
pod 'MJRefresh', '3.2.0'
pod 'MJExtension', '3.2.1'
pod 'IQKeyboardManager', '~> 6.3.0'
pod 'SAMKeychain', '1.5.3'
pod 'MBProgressHUD', '1.1.0'
pod 'GPUImage', '0.1.7'
pod 'Qiniu', '7.2.5'
pod 'Masonry', '1.1.0'
pod 'PLPlayerKit', '~> 3.4.3'
# pod 'CNLiveRequestKitSDK', '~> 1.4.2'
pod 'CNLiveRequestBastKit'
pod 'CNLiveSDKs/CNLiveEncryptSDK'
pod 'CNLiveSDKs/CNLivePaySDK'
pod 'QMUIKit', ' 4.0.2'
pod 'YYKit', '1.0.9'
pod 'SDAutoLayout', '2.2.1'
pod 'BKTimer', '~> 1.0.1'
pod 'BKCycleScrollView', '~> 2.0.6'
pod 'BKPickerView', '~> 1.1.1'
target 'DSCnliveShopSDK_Tests' do
inherit! :search_paths
end
end