Commit 9875a6aa8a234f71d36b1263d0557a226b5f1405

Authored by yanglingyu
1 parent 58701d50

cnliveSDK库更新

CNLiveBMineModule.podspec
... ... @@ -75,7 +75,7 @@ TODO: 网家家企业版-我的模块.
75 75 # s.dependency 'AFNetworking', '~> 2.3'
76 76  
77 77 # pod
78   - s.dependency 'CNLiveSDKs/CNLiveUserSystemSDK' #'~> 0.3.2.0' #GitHub所以指定版本号
  78 + s.dependency 'CNLiveSDK/CNLiveUserSystemSDK' #GitHub所以指定版本号
79 79 s.dependency 'CNLiveTripartiteManagement/QMUIKit'
80 80 s.dependency 'CNLiveTripartiteManagement/SDWebImage'
81 81 s.dependency 'CNLiveTripartiteManagement/Masonry'
... ... @@ -90,7 +90,7 @@ TODO: 网家家企业版-我的模块.
90 90 s.dependency 'CNLiveEnvironment'
91 91  
92 92 # 基类
93   - s.dependency 'CNLiveBaseClass'
  93 + s.dependency 'CNLiveBaseClass','0.0.6'
94 94  
95 95 # IM
96 96 s.dependency 'CNLiveIMBaseSDK'
... ...
Example/Podfile
1 1 use_frameworks!
2   -source 'https://github.com/CocoaPods/Specs.git'
  2 +source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
3 3 source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
4 4 platform :ios, '9.0'
5 5  
6 6 target 'CNLiveBMineModule_Example' do
7 7 pod 'CNLiveBMineModule', :path => '../'
  8 + #腾讯IMSDK
  9 + pod 'TXIMSDK_iOS', '4.7.2'
8 10 #依赖三方私有库,如果里面有.a的时候加上这个
9 11 pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
10 12 end
... ...