Commit cd3fc120027051be252a84f6f80e6fc3dcd52abd
1 parent
c13169bd
0.0.3
Showing
1 changed file
with
4 additions
and
4 deletions
CNLiveTripartiteManagement.podspec
| 1 | 1 | |
| 2 | 2 | Pod::Spec.new do |s| |
| 3 | 3 | s.name = 'CNLiveTripartiteManagement' |
| 4 | - s.version = '0.0.2' | |
| 4 | + s.version = '0.0.3' | |
| 5 | 5 | s.summary = '所有三方库版本管理' |
| 6 | 6 | s.description = <<-DESC |
| 7 | 7 | 所有三方库版本管理组件 |
| ... | ... | @@ -133,15 +133,15 @@ Pod::Spec.new do |s| |
| 133 | 133 | share.source_files = 'CNLiveTripartiteManagement/Classes/CNLivemob_sharesdk/*' |
| 134 | 134 | end |
| 135 | 135 | s.subspec 'CNLiveShareSDKPlatformsQQ' do |qq| |
| 136 | - qq.dependency 'mob_sharesdk/ShareSDKPlatforms/QQ','~> 4.1.4' | |
| 136 | + qq.dependency 'mob_sharesdk/ShareSDKPlatforms/QQ' | |
| 137 | 137 | qq.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveShareSDKPlatformsQQ/*' |
| 138 | 138 | end |
| 139 | 139 | s.subspec 'CNLiveShareSDKPlatformsSinaWeibo' do |weibo| |
| 140 | - weibo.dependency 'mob_sharesdk/ShareSDKPlatforms/SinaWeibo','~> 4.1.4' | |
| 140 | + weibo.dependency 'mob_sharesdk/ShareSDKPlatforms/SinaWeibo' | |
| 141 | 141 | weibo.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveShareSDKPlatformsSinaWeibo/*' |
| 142 | 142 | end |
| 143 | 143 | s.subspec 'CNLiveShareSDKPlatformsWeChat' do |weChat| |
| 144 | - weChat.dependency 'mob_sharesdk/ShareSDKPlatforms/WeChatFull','~> 4.1.4' | |
| 144 | + weChat.dependency 'mob_sharesdk/ShareSDKPlatforms/WeChatFull' | |
| 145 | 145 | weChat.source_files = 'CNLiveTripartiteManagement/Classes/CNLiveShareSDKPlatformsWeChat/*' |
| 146 | 146 | end |
| 147 | 147 | s.subspec 'CNLiveQiniu' do |qiniu| | ... | ... |