shmily

sdk init

Pod::Spec.new do |s|
s.name = "HHDoctorSDK"
s.version = "1.0.2"
s.version = "1.0.3"
s.summary = "和缓视频医生SDK(融云)"
s.description = <<-DESC
... ... @@ -12,14 +12,15 @@ Pod::Spec.new do |s|
s.author = { "shmily" => "shmilyshijian@foxmail.com" }
s.social_media_url = "https://github.com/515783034"
s.ios.deployment_target = '9.0'
s.platform = :ios, "9.0"
s.platform = :ios, "10.0"
s.source = { :git => "git@code.hh-medic.com:hh_public/HHDoctorSDK.ios.git", :tag => s.version }
s.default_subspec = 'Base'
s.subspec 'Base' do |base|
base.vendored_frameworks = 'HHDoctorSDK/*.framework'
base.resources = 'HHMedicSDK/resources/*.bundle'
base.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia'
base.libraries = 'z', 'sqlite3.0', 'c++'
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"
git pull
git push
git tag -m "tag" 1.0.2
git tag -m "tag" 1.0.3
git push --tag
... ...