Commit bb07a953fab47bf09cadf0e796ceb4987dc063ed

Authored by yinqiaojuan
1 parent 22775a4f

0.1.8

CNLiveTripartiteManagement.podspec
1 1  
2 2 Pod::Spec.new do |s|
3 3 s.name = 'CNLiveTripartiteManagement'
4   - s.version = '0.1.7'
  4 + s.version = '0.1.8'
5 5 s.summary = '所有三方库版本管理'
6 6 s.description = <<-DESC
7 7 所有三方库版本管理组件
... ... @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17 17  
18 18 # s.source_files = 'CNLiveTripartiteManagement/Classes/**/*'
19 19 s.subspec 'AFNetworking' do |afn|
20   - afn.dependency 'AFNetworking','4.0.0'
  20 + afn.dependency 'AFNetworking','3.2.1'
21 21 afn.source_files = 'CNLiveTripartiteManagement/Classes/AFNetworking/*'
22 22 end
23 23 s.subspec 'BaiduMapKit' do |map|
... ...