Showing
1 changed file
with
40 additions
and
0 deletions
HHDoctorSDKPre.podspec
0 → 100644
1 | +Pod::Spec.new do |s| | ||
2 | + s.name = "HHDoctorSDKPre" | ||
3 | + | ||
4 | + s.version = "3.1.4.024" | ||
5 | + s.summary = "和缓视频医生 SDK" | ||
6 | + | ||
7 | + s.description = <<-DESC | ||
8 | + 和缓视频医生,连接千万用户和全科医生。 | ||
9 | + DESC | ||
10 | + | ||
11 | + s.homepage = "https://code.hh-medic.com/dev-client/hhsdk.ios" | ||
12 | + s.license = "MIT" | ||
13 | + s.author = { "shmily" => "shmilyshijian@foxmail.com" } | ||
14 | + s.social_media_url = "https://github.com" | ||
15 | + | ||
16 | + s.platform = :ios, "9.0" | ||
17 | + s.source = { :git => "https://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git", :branch => "feature/new_version" } | ||
18 | + # s.default_subspec = 'Base' | ||
19 | + | ||
20 | + s.dependency 'TXIMSDK_iOS' | ||
21 | + s.dependency 'TXLiteAVSDK_TRTC',"10.2.11418" | ||
22 | + | ||
23 | + # s.subspec 'Base' do |base| | ||
24 | + # base.vendored_frameworks = 'HHVDoctorSDK/*.framework','HHVDoctorSDK/*.xcframework' | ||
25 | + # base.resources = 'HHVDoctorSDK/resources/*.bundle' | ||
26 | + | ||
27 | + # base.frameworks = ['AVFoundation', 'Accelerate'] | ||
28 | + # base.library = 'c++', 'resolv' | ||
29 | + # end | ||
30 | + | ||
31 | + s.vendored_frameworks = 'HHVDoctorSDK/*.framework','HHVDoctorSDK/*.xcframework' | ||
32 | + s.resources = 'HHVDoctorSDK/resources/*.bundle' | ||
33 | + | ||
34 | + # s.frameworks = ['AVFoundation', 'Accelerate', 'MetalKit', 'AudioToolbox', 'VideoToolbox', 'CoreTelephony', 'ReplayKit', 'SystemConfiguration'] | ||
35 | + # s.library = 'c++', 'resolv' | ||
36 | + s.user_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' } | ||
37 | + | ||
38 | + | ||
39 | +end | ||
40 | + |
-
Please register or login to post a comment