Showing
3 changed files
with
43 additions
and
32 deletions
.DS_Store
0 → 100644
No preview for this file type
HHDoctorSDKBeta.podspec
deleted
100644 → 0
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", :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 | - |
HHDoctorSDKBeta.podspec.json
0 → 100644
1 | +{ | ||
2 | + "name": "HHDoctorSDKBeta", | ||
3 | + "homepage": "https://code.hh-medic.com", | ||
4 | + "license": { | ||
5 | + "type": "MIT" | ||
6 | + }, | ||
7 | + "version": "3.1.4.031116", | ||
8 | + "summary": "和缓视频医生 SDK 内测版", | ||
9 | + "description": "Mist SDK DR", | ||
10 | + "authors": { | ||
11 | + "shmily": "shmilyshijian@foxmail.com" | ||
12 | + }, | ||
13 | + "social_media_url": "https://github.com/515783034", | ||
14 | + "platforms": { | ||
15 | + "ios": "9.0" | ||
16 | + }, | ||
17 | + "source": { | ||
18 | + "git": "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git", | ||
19 | + "branch": "feature/app_6.4.2" | ||
20 | + }, | ||
21 | + "ios": { | ||
22 | + "vendored_frameworks": ["hhvDoctorSDK/HHMedicSDK.framework" , "HHSDKBase.framework" , "HHSDKVideo.framework", "SecurityKit.framework", "TXLiteAVSDK_TRTC.framework"], | ||
23 | + | ||
24 | + "resources": "hhvDoctorSDK/resources/*" | ||
25 | + }, | ||
26 | + "frameworks": [ | ||
27 | + "CoreMedia", | ||
28 | + "AudioToolbox", | ||
29 | + "VideoToolbox", | ||
30 | + "CoreTelephony", | ||
31 | + "AVFoundation", | ||
32 | + "MobileCoreServices", | ||
33 | + "SystemConfiguration" | ||
34 | + ], | ||
35 | + "libraries": [ | ||
36 | + "sqlite3.0", | ||
37 | + "z", | ||
38 | + "c++", | ||
39 | + "resolv.9" | ||
40 | + ], | ||
41 | + "dependency": "TXIMSDK_Smart_iOS", | ||
42 | + "requires_arc": true | ||
43 | +} |
-
Please register or login to post a comment