shmily

sdk init

1 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = "HHDoctorSDK" 2 s.name = "HHDoctorSDK"
3 - s.version = "1.0.4" 3 + s.version = "1.0.5"
4 s.summary = "和缓视频医生SDK(融云)" 4 s.summary = "和缓视频医生SDK(融云)"
5 5
6 s.description = <<-DESC 6 s.description = <<-DESC
@@ -19,7 +19,7 @@ Pod::Spec.new do |s| @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
19 19
20 s.subspec 'Base' do |base| 20 s.subspec 'Base' do |base|
21 base.vendored_frameworks = 'HHDoctorSDK/*.framework' 21 base.vendored_frameworks = 'HHDoctorSDK/*.framework'
22 - base.resources = 'HHMedicSDK/resources/*.bundle' 22 + base.resources = 'HHDoctorSDK/resources/*.bundle'
23 23
24 base.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia' 24 base.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia'
25 base.libraries = 'z', 'sqlite3.0', 'c++' 25 base.libraries = 'z', 'sqlite3.0', 'c++'
@@ -3,5 +3,5 @@ git commit -m "sdk init" @@ -3,5 +3,5 @@ git commit -m "sdk init"
3 git pull 3 git pull
4 git push 4 git push
5 5
6 -git tag -m "tag" 1.0.4 6 +git tag -m "tag" 1.0.5
7 git push --tag 7 git push --tag