HHVDoctorSDK.podspec
1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Pod::Spec.new do |s|
s.name = "HHVDoctorSDK"
s.version = "3.1.4.060920"
s.summary = "和缓视频医生 SDK"
s.description = <<-DESC
和缓视频医生,连接千万用户和全科医生。
DESC
s.homepage = "https://code.hh-medic.com/dev-client/hhsdk.ios"
s.license = "MIT"
s.author = { "shmily" => "shmilyshijian@foxmail.com" }
s.social_media_url = "https://github.com/515783034"
s.platform = :ios, "8.0"
s.source = { :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git", :tag => s.version }
# s.default_subspec = 'Base'
s.dependency 'TXIMSDK_iOS'
# s.subspec 'Base' do |base|
# base.vendored_frameworks = 'HHVDoctorSDK/*.framework'
# base.resources = 'HHVDoctorSDK/resources/*.bundle'
# base.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia'
# base.libraries = 'z', 'sqlite3.0', 'c++', 'resolv.9'
# end
s.vendored_frameworks = 'HHVDoctorSDK/*.framework'
s.resources = 'HHVDoctorSDK/resources/*.bundle'
s.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia'
s.libraries = 'z', 'sqlite3.0', 'c++', 'resolv.9'
end