Showing
1 changed file
with
0 additions
and
32 deletions
1 | -Pod::Spec.new do |s| | ||
2 | - s.name = "HHDoctorSDKBeta" | ||
3 | - | ||
4 | - s.version = "3.1.4.131117" | ||
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 => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git", :tag => '3.4.0.03021612' } | ||
18 | - s.default_subspec = 'Base' | ||
19 | - | ||
20 | - # s.dependency 'TXIMSDK_Smart_iOS' | ||
21 | - | ||
22 | - s.subspec 'Base' do |base| | ||
23 | - base.vendored_frameworks = 'HHVDoctorSDK/*.framework' | ||
24 | - base.resources = 'HHVDoctorSDK/resources/*.bundle' | ||
25 | - | ||
26 | - base.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'AVFoundation', 'CoreTelephony', 'VideoToolbox', 'AudioToolbox', 'CoreMedia' | ||
27 | - base.libraries = 'z', 'sqlite3.0', 'c++', 'resolv.9' | ||
28 | - end | ||
29 | - | ||
30 | -end | ||
31 | - | ||
32 | - |
-
Please register or login to post a comment