[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / c / 9 / 8 / ExCheckCar / 0.1.1 / ExCheckCar.podspec.json
blob30e1887609d4f6944554c36efc752ab9e58a3248
2   "name": "ExCheckCar",
3   "version": "0.1.1",
4   "summary": "查车组件",
5   "description": "查车独立模块,包含、查车、查工地、查消纳点。地图等功能",
6   "homepage": "https://github.com/a289458845/ExCheckCar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Peng": "289458845@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/a289458845/ExCheckCar.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ExCheckCar/Classes/**/*",
22   "requires_arc": true,
23   "static_framework": true,
24   "xcconfig": {
25     "OTHER_LDFLAGS": "-ObjC"
26   },
27   "pod_target_xcconfig": {
28     "EXCLUDED_ARCHS [sdk = iphonesimulator *]": "arm64"
29   },
30   "user_target_xcconfig": {
31     "OTHER_LDFLAGS": "-ObjC"
32   },
33   "frameworks": [
34     "UIKit",
35     "CoreMedia",
36     "AVFoundation",
37     "Foundation"
38   ],
39   "dependencies": {
40     "AFNetworking": [
42     ],
43     "Masonry": [
45     ]
46   }