[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / e / f / HospitalDoctor / 2.1.7 / HospitalDoctor.podspec.json
blob3fc4448c4307fcd6fc93efa1cc7899859c7173ef
2   "name": "HospitalDoctor",
3   "version": "2.1.7",
4   "summary": "DoctorVideo-iOS版互联网医院",
5   "description": "互联网医院iOS版本测试,Objective- C版本",
6   "homepage": "https://gitee.com/mydrant/Hospital-Doctor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "thechildren": "565959276@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://gitee.com/mydrant/Hospital-Doctor.git",
19     "tag": "2.1.7"
20   },
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "arm64 armv7"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": ""
26   },
27   "ios": {
28     "vendored_frameworks": "HHDoctorVideo.framework"
29   },
30   "default_subspecs": "Base",
31   "dependencies": {
32     "NIMSDK": [
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "Base",
39       "vendored_frameworks": "HHDoctorSDK/*.framework",
40       "resources": "HHDoctorSDK/resources/*.bundle",
41       "frameworks": [
42         "SystemConfiguration",
43         "MobileCoreServices",
44         "AVFoundation",
45         "CoreTelephony",
46         "VideoToolbox",
47         "AudioToolbox",
48         "CoreMedia"
49       ],
50       "libraries": [
51         "z",
52         "sqlite3.0",
53         "c++",
54         "resolv.9"
55       ]
56     }
57   ]