[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / c / a / GXMapBoxKit / 1.0.0 / GXMapBoxKit.podspec.json
blob8dc4070c775f0d1d6d32a0ad8d36a8a14a3d91a5
2   "name": "GXMapBoxKit",
3   "version": "1.0.0",
4   "summary": "闭源的GXMapbox库",
5   "description": "基于天地图的地图样式,封装的闭源GXMapbox库",
6   "homepage": "http://gitlab.geo-compass.com/mobile/ios/GXMapboxKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "daxiaLKS": "18263066231@163.com"
13   },
14   "source": {
15     "git": "http://gitlab.geo-compass.com/mobile/ios/GXMapboxKit.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "dependencies": {
22     "Mapbox-iOS-SDK": [
23       "5.6.1"
24     ]
25   },
26   "vendored_frameworks": "GXMapBoxKit/Frameworks/TDTMapbox_iOS_1.0.0/*",
27   "pod_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
29     "VALID_ARCHS": "x86_64 arm64"
30   },
31   "user_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
33     "VALID_ARCHS": "x86_64 arm64"
34   }