Showing
1 changed file
with
32 additions
and
0 deletions
1 | +Pod::Spec.new do |s| | ||
2 | + s.name = "HHDoctorSDKBeta" | ||
3 | + | ||
4 | + s.version = "3.1.4.031116" | ||
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/515783034" | ||
15 | + | ||
16 | + s.platform = :ios, "9.0" | ||
17 | + s.source = { :git => "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git", :branch => 'feature/app_6.4.2' } | ||
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