Showing
1 changed file
with
32 additions
and
0 deletions
1 | +Pod::Spec.new do |s| | ||
2 | + s.name = "HHDoctor_TRTC" | ||
3 | + | ||
4 | + s.version = "3.4.0.03221146" | ||
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 = { "hh" => "hh_client@hh-medic.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", :tag => '3.4.0.03221146' } | ||
18 | + s.default_subspec = 'HHDoctor' | ||
19 | + | ||
20 | + s.dependency 'TXIMSDK_iOS' | ||
21 | + | ||
22 | + s.subspec 'HHDoctor' do |hhdoctor| | ||
23 | + hhdoctor.vendored_frameworks = 'HHVDoctorSDK/*.framework' | ||
24 | + hhdoctor.resources = 'HHVDoctorSDK/resources/*.bundle' | ||
25 | + | ||
26 | + hhdoctor.frameworks = ['AVFoundation', 'Accelerate'] | ||
27 | + hhdoctor.library = 'c++', 'resolv' | ||
28 | + end | ||
29 | + | ||
30 | +end | ||
31 | + | ||
32 | + |
-
Please register or login to post a comment