Commit 37fe8d472b674a9f931486fa4a5bee882d8cd7e9

Authored by 张旭
1 parent 523b1217

no message

DSCnliveShopSDK.podspec
... ... @@ -30,7 +30,7 @@ TODO: Add long description of the pod here.
30 30  
31 31 s.ios.deployment_target = '9.0'
32 32  
33   - s.source_files = 'DSCnliveShopSDK/Classes/**/*'
  33 + s.source_files = 'DSCnliveShopSDK/Classes/**/**/**/*'
34 34  
35 35 # s.resource_bundles = {
36 36 # 'DSCnliveShopSDK' => ['DSCnliveShopSDK/Assets/*.png']
... ... @@ -51,7 +51,7 @@ TODO: Add long description of the pod here.
51 51 s.dependency 'Qiniu', '7.2.5'
52 52 s.dependency 'Masonry', '1.1.0'
53 53 s.dependency 'PLPlayerKit', '~> 3.4.3'
54   - s.dependency 'CNLiveRequestKitSDK', '~> 1.4.2'
  54 + s.dependency 'CNLiveRequestBastKit'
55 55  
56 56 s.dependency 'QMUIKit', ' 4.0.2'
57 57 s.dependency 'YYKit', '1.0.9'
... ...
Example/Podfile
1 1 use_frameworks!
2 2  
  3 +source 'https://github.com/CocoaPods/Specs.git'
  4 +source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
  5 +
3 6 platform :ios, '9.0'
4 7  
5 8 target 'DSCnliveShopSDK_Example' do
... ... @@ -16,7 +19,7 @@ target 'DSCnliveShopSDK_Example' do
16 19 pod 'Qiniu', '7.2.5'
17 20 pod 'Masonry', '1.1.0'
18 21 pod 'PLPlayerKit', '~> 3.4.3'
19   - pod 'CNLiveRequestKitSDK', '~> 1.4.2'
  22 + pod 'CNLiveRequestBastKit'
20 23  
21 24 pod 'QMUIKit', ' 4.0.2'
22 25 pod 'YYKit', '1.0.9'
... ...