Showing
1 changed file
with
2 additions
and
2 deletions
1 | Pod::Spec.new do |s| | 1 | Pod::Spec.new do |s| |
2 | s.name = "HHVDoctorSDK" | 2 | s.name = "HHVDoctorSDK" |
3 | - s.version = "3.1.2.080214" | 3 | + s.version = "3.1.2.080215" |
4 | s.summary = "和缓视频医生 SDK" | 4 | s.summary = "和缓视频医生 SDK" |
5 | 5 | ||
6 | s.description = <<-DESC | 6 | s.description = <<-DESC |
@@ -16,7 +16,7 @@ Pod::Spec.new do |s| | @@ -16,7 +16,7 @@ Pod::Spec.new do |s| | ||
16 | s.source = { :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git", :tag => s.version } | 16 | s.source = { :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git", :tag => s.version } |
17 | s.default_subspec = 'Base' | 17 | s.default_subspec = 'Base' |
18 | 18 | ||
19 | - s.dependency 'TXIMSDK_Smart_iOS' | 19 | + s.dependency 'TXIMSDK_iOS' |
20 | 20 | ||
21 | s.subspec 'Base' do |base| | 21 | s.subspec 'Base' do |base| |
22 | base.vendored_frameworks = 'HHVDoctorSDK/*.framework' | 22 | base.vendored_frameworks = 'HHVDoctorSDK/*.framework' |
-
Please register or login to post a comment