Showing
12 changed files
with
5 additions
and
4 deletions
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 |

2.05 KB

123 KB

143 KB

111 KB
No preview for this file type
No preview for this file type
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.

869 Bytes
-
Please register or login to post a comment