Commit 37fe8d472b674a9f931486fa4a5bee882d8cd7e9

Authored by 张旭
1 parent 523b1217

no message

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