[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / e / f / HospitalDoctor / 1.8.8 / HospitalDoctor.podspec.json
blobf367cf8d349fb9369f099abead746406a8cc90bd
2   "name": "HospitalDoctor",
3   "version": "1.8.8",
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": "1.8.8"
20   },
21   "resources": "HHDoctorVideo.bundle",
22   "pod_target_xcconfig": {
23     "VALID_ARCHS": "arm64"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": ""
27   },
28   "ios": {
29     "vendored_frameworks": "HHDoctorVideo.framework"
30   },
31   "dependencies": {
32     "JXBWebKit": [
33       "1.3.0"
34     ],
35     "SVProgressHUD": [
36       "2.2.5"
37     ],
38     "FMDB": [
39       "2.7.5"
40     ],
41     "MJExtension": [
42       "3.2.2"
43     ],
44     "GPUImage": [
45       "0.1.7"
46     ],
47     "NIMSDK": [
49     ]
50   },
51   "default_subspecs": "Base",
52   "subspecs": [
53     {
54       "name": "Base",
55       "vendored_frameworks": "HHDoctorSDK/*.framework",
56       "resources": "HHDoctorSDK/resources/*.bundle",
57       "frameworks": [
58         "SystemConfiguration",
59         "MobileCoreServices",
60         "AVFoundation",
61         "CoreTelephony",
62         "VideoToolbox",
63         "AudioToolbox",
64         "CoreMedia"
65       ],
66       "libraries": [
67         "z",
68         "sqlite3.0",
69         "c++",
70         "resolv.9"
71       ]
72     }
73   ]