Commit 70c739eb923a95ca54aa77f28af585c8f32b0e5b
1 parent
370a9c47
no message
Showing
1 changed file
with
3 additions
and
3 deletions
CNLiveTripartiteManagement.podspec
| @@ -20,15 +20,15 @@ Pod::Spec.new do |s| | @@ -20,15 +20,15 @@ Pod::Spec.new do |s| | ||
| 20 | afn.source_files = 'CNLiveTripartiteManagement/Classes/AFNetworking/*' | 20 | afn.source_files = 'CNLiveTripartiteManagement/Classes/AFNetworking/*' |
| 21 | end | 21 | end |
| 22 | s.subspec 'AlipaySDK-iOS' do |alipaySDK| | 22 | s.subspec 'AlipaySDK-iOS' do |alipaySDK| |
| 23 | - alipaySDK.dependency 'AlipaySDK-iOS' ,'15.7.9'#'15.7.4' | 23 | + alipaySDK.dependency 'AlipaySDK-iOS' ,'15.7.4' |
| 24 | alipaySDK.source_files = 'CNLiveTripartiteManagement/Classes/AlipaySDK-iOS/*' | 24 | alipaySDK.source_files = 'CNLiveTripartiteManagement/Classes/AlipaySDK-iOS/*' |
| 25 | end | 25 | end |
| 26 | s.subspec 'BaiduMapKit' do |map| | 26 | s.subspec 'BaiduMapKit' do |map| |
| 27 | - map.dependency 'BaiduMapKit', '6.4.0'#'5.0.0' | 27 | + map.dependency 'BaiduMapKit', '5.0.0' |
| 28 | map.source_files = 'CNLiveTripartiteManagement/Classes/BaiduMapKit/*' | 28 | map.source_files = 'CNLiveTripartiteManagement/Classes/BaiduMapKit/*' |
| 29 | end | 29 | end |
| 30 | s.subspec 'BMKLocationKit' do |location| | 30 | s.subspec 'BMKLocationKit' do |location| |
| 31 | - location.dependency 'BMKLocationKit', '2.0.0'#'1.8.0' | 31 | + location.dependency 'BMKLocationKit', '1.8.0' |
| 32 | location.source_files = 'CNLiveTripartiteManagement/Classes/BMKLocationKit/*' | 32 | location.source_files = 'CNLiveTripartiteManagement/Classes/BMKLocationKit/*' |
| 33 | end | 33 | end |
| 34 | #s.subspec 'FLAnimatedImage' do |flImage| | 34 | #s.subspec 'FLAnimatedImage' do |flImage| |