[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / e / f / HospitalDoctor / 2.6.1 / HospitalDoctor.podspec.json
blob02a34a94edfa29b42de147b750defb356f945e60
2   "name": "HospitalDoctor",
3   "version": "2.6.1",
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.6.1"
20   },
21   "resources": "HHDoctorVideo.bundle",
22   "pod_target_xcconfig": {
23     "VALID_ARCHS": "arm64 armv7"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": ""
27   },
28   "ios": {
29     "vendored_frameworks": "HHDoctorVideo.framework"
30   },
31   "default_subspecs": "Base",
32   "dependencies": {
33     "NIMSDK": [
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "Base",
40       "vendored_frameworks": "HHDoctorSDK/*.framework",
41       "resources": "HHDoctorSDK/resources/*.bundle",
42       "frameworks": [
43         "SystemConfiguration",
44         "MobileCoreServices",
45         "AVFoundation",
46         "CoreTelephony",
47         "VideoToolbox",
48         "AudioToolbox",
49         "CoreMedia"
50       ],
51       "libraries": [
52         "z",
53         "sqlite3.0",
54         "c++",
55         "resolv.9"
56       ]
57     }
58   ]