HHDoctorSDKPre.podspec
1.38 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
40
Pod::Spec.new do |s|
s.name = "HHDoctorSDKPre"
s.version = "3.1.4.024"
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"
s.platform = :ios, "9.0"
s.source = { :git => "https://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git", :branch => "feature/new_version" }
# s.default_subspec = 'Base'
s.dependency 'TXIMSDK_iOS'
s.dependency 'TXLiteAVSDK_TRTC',"10.2.11418"
# s.subspec 'Base' do |base|
# base.vendored_frameworks = 'HHVDoctorSDK/*.framework','HHVDoctorSDK/*.xcframework'
# base.resources = 'HHVDoctorSDK/resources/*.bundle'
# base.frameworks = ['AVFoundation', 'Accelerate']
# base.library = 'c++', 'resolv'
# end
s.vendored_frameworks = 'HHVDoctorSDK/*.framework','HHVDoctorSDK/*.xcframework'
s.resources = 'HHVDoctorSDK/resources/*.bundle'
# s.frameworks = ['AVFoundation', 'Accelerate', 'MetalKit', 'AudioToolbox', 'VideoToolbox', 'CoreTelephony', 'ReplayKit', 'SystemConfiguration']
# s.library = 'c++', 'resolv'
s.user_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' }
end