Showing
1 changed file
with
43 additions
and
0 deletions
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