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.2" 3 + s.version = "1.0.3"
4 s.summary = "和缓视频医生SDK(融云)" 4 s.summary = "和缓视频医生SDK(融云)"
5 5
6 s.description = <<-DESC 6 s.description = <<-DESC
@@ -12,14 +12,15 @@ Pod::Spec.new do |s| @@ -12,14 +12,15 @@ Pod::Spec.new do |s|
12 s.author = { "shmily" => "shmilyshijian@foxmail.com" } 12 s.author = { "shmily" => "shmilyshijian@foxmail.com" }
13 s.social_media_url = "https://github.com/515783034" 13 s.social_media_url = "https://github.com/515783034"
14 14
15 - s.ios.deployment_target = '9.0'  
16 - s.platform = :ios, "9.0" 15 + s.platform = :ios, "10.0"
17 s.source = { :git => "git@code.hh-medic.com:hh_public/HHDoctorSDK.ios.git", :tag => s.version } 16 s.source = { :git => "git@code.hh-medic.com:hh_public/HHDoctorSDK.ios.git", :tag => s.version }
18 s.default_subspec = 'Base' 17 s.default_subspec = 'Base'
19 18
20 19
21 s.subspec 'Base' do |base| 20 s.subspec 'Base' do |base|
22 base.vendored_frameworks = 'HHDoctorSDK/*.framework' 21 base.vendored_frameworks = 'HHDoctorSDK/*.framework'
  22 + base.resources = 'HHMedicSDK/resources/*.bundle'
  23 +
23 base.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia' 24 base.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia'
24 base.libraries = 'z', 'sqlite3.0', 'c++' 25 base.libraries = 'z', 'sqlite3.0', 'c++'
25 end 26 end
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
@@ -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.2 6 +git tag -m "tag" 1.0.3
7 git push --tag 7 git push --tag