Showing
1 changed file
with
3 additions
and
3 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.11.070811" | 3 | + s.version = "3.1.2.11.070812" |
| 4 | s.summary = "和缓视频医生 SDK" | 4 | s.summary = "和缓视频医生 SDK" |
| 5 | 5 | ||
| 6 | s.description = <<-DESC | 6 | s.description = <<-DESC |
| @@ -18,13 +18,13 @@ Pod::Spec.new do |s| | @@ -18,13 +18,13 @@ Pod::Spec.new do |s| | ||
| 18 | 18 | ||
| 19 | s.dependency 'TXIMSDK_Smart_iOS' | 19 | s.dependency 'TXIMSDK_Smart_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' |
| 23 | # base.resources = 'HHVDoctorSDK/resources/*.bundle' | 23 | # base.resources = 'HHVDoctorSDK/resources/*.bundle' |
| 24 | 24 | ||
| 25 | # base.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia' | 25 | # base.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia' |
| 26 | # base.libraries = 'z', 'sqlite3.0', 'c++', 'resolv.9' | 26 | # base.libraries = 'z', 'sqlite3.0', 'c++', 'resolv.9' |
| 27 | - # end | 27 | + end |
| 28 | 28 | ||
| 29 | end | 29 | end |
| 30 | 30 |
-
Please register or login to post a comment