[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 1 / 9 / a / GTToolKit / 0.0.2 / GTToolKit.podspec.json
blobeb1eaf2b752ff3f009e5787847f03180c3bf41b3
2   "name": "GTToolKit",
3   "version": "0.0.2",
4   "summary": "GTToolKit 工具库",
5   "homepage": "https://github.com/liuxc123/GTToolKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "liuxc123": "lxc_work@126.com"
12   },
13   "source": {
14     "git": "https://github.com/liuxc123/GTToolKit.git",
15     "tag": "0.0.2"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "Bluetooth",
24       "platforms": {
25         "ios": "8.0"
26       },
27       "public_header_files": [
28         "components/Bluetooth/src/*.h",
29         "components/Bluetooth/src/assists/*.h"
30       ],
31       "source_files": [
32         "components/Bluetooth/src/*.{h,m}",
33         "components/Bluetooth/src/private/*.{h,m}",
34         "components/Bluetooth/src/assists/*.{h,m}"
35       ],
36       "frameworks": "CoreBluetooth"
37     },
38     {
39       "name": "Permissions",
40       "platforms": {
41         "ios": "8.0"
42       },
43       "public_header_files": "components/Permissions/src/*.h",
44       "source_files": "components/Permissions/src/*.{h,m}"
45     },
46     {
47       "name": "LocationConverter",
48       "platforms": {
49         "ios": "8.0"
50       },
51       "public_header_files": "components/LocationConverter/src/*.h",
52       "source_files": "components/LocationConverter/src/*.{h,m}"
53     },
54     {
55       "name": "LocationManager",
56       "platforms": {
57         "ios": "8.0"
58       },
59       "public_header_files": "components/LocationManager/src/*.h",
60       "source_files": [
61         "components/LocationManager/src/*.{h,m}",
62         "components/LocationManager/src/private/*.{h,m}"
63       ],
64       "frameworks": "CoreLocation"
65     },
66     {
67       "name": "MALocationManager",
68       "platforms": {
69         "ios": "8.0"
70       },
71       "public_header_files": "components/MALocationManager/src/*.h",
72       "source_files": [
73         "components/MALocationManager/src/*.{h,m}",
74         "components/MALocationManager/src/private/*.{h,m}"
75       ],
76       "dependencies": {
77         "AMapLocation": [
79         ]
80       }
81     },
82     {
83       "name": "MAMapManager",
84       "platforms": {
85         "ios": "8.0"
86       },
87       "public_header_files": "components/MAMapManager/src/*.h",
88       "source_files": [
89         "components/MAMapManager/src/*.{h,m}",
90         "components/MAMapManager/src/private/*.{h,m}"
91       ],
92       "dependencies": {
93         "AMap3DMap": [
95         ]
96       }
97     },
98     {
99       "name": "MANaviManager",
100       "platforms": {
101         "ios": "8.0"
102       },
103       "public_header_files": "components/MANaviManager/src/*.h",
104       "source_files": [
105         "components/MANaviManager/src/*.{h,m}",
106         "components/MANaviManager/src/private/*.{h,m}"
107       ],
108       "frameworks": [
109         "GLKit",
110         "Security",
111         "SystemConfiguration",
112         "CoreLocation",
113         "CoreTelephony"
114       ],
115       "libraries": [
116         "c++",
117         "z"
118       ],
119       "dependencies": {
120         "AMapNavi": [
122         ]
123       }
124     }
125   ]