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 | 20 | afn.source_files = 'CNLiveTripartiteManagement/Classes/AFNetworking/*' |
| 21 | 21 | end |
| 22 | 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 | 24 | alipaySDK.source_files = 'CNLiveTripartiteManagement/Classes/AlipaySDK-iOS/*' |
| 25 | 25 | end |
| 26 | 26 | s.subspec 'BaiduMapKit' do |map| |
| 27 | - map.dependency 'BaiduMapKit', '6.4.0'#'5.0.0' | |
| 27 | + map.dependency 'BaiduMapKit', '5.0.0' | |
| 28 | 28 | map.source_files = 'CNLiveTripartiteManagement/Classes/BaiduMapKit/*' |
| 29 | 29 | end |
| 30 | 30 | s.subspec 'BMKLocationKit' do |location| |
| 31 | - location.dependency 'BMKLocationKit', '2.0.0'#'1.8.0' | |
| 31 | + location.dependency 'BMKLocationKit', '1.8.0' | |
| 32 | 32 | location.source_files = 'CNLiveTripartiteManagement/Classes/BMKLocationKit/*' |
| 33 | 33 | end |
| 34 | 34 | #s.subspec 'FLAnimatedImage' do |flImage| | ... | ... |