HHVDoctorSDK.podspec.json
1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "HHVDoctorSDK",
"version": "3.1.2.052816",
"summary": "和缓视频医生 SDK",
"description": "和缓视频医生,连接千万用户和全科医生。",
"homepage": "https://code.hh-medic.com/dev-client/hhsdk.ios",
"license": "MIT",
"authors": {
"shmily": "shmilyshijian@foxmail.com"
},
"social_media_url": "https://github.com/515783034",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://code.hh-medic.com/hh_public/hhvDoctorSDK.ios.git",
"tag": "3.1.2.052816"
},
"default_subspecs": "Base",
"dependencies": {
"TXIMSDK_iOS": [
]
},
"subspecs": [
{
"name": "Base",
"vendored_frameworks": "HHVDoctorSDK/*.framework",
"resources": "HHVDoctorSDK/resources/*.bundle",
"frameworks": [
"SystemConfiguration",
"MobileCoreServices",
"AVFoundation",
"CoreTelephony",
"VideoToolbox",
"AudioToolbox",
"CoreMedia"
],
"libraries": [
"z",
"sqlite3.0",
"c++",
"resolv.9"
]
}
]
}