[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / c / a / GXMapBoxKit / 1.0.5 / GXMapBoxKit.podspec.json
blob449b57bf5576ecf8f943f3e6bb3e57cd9287ac8e
2   "name": "GXMapBoxKit",
3   "version": "1.0.5",
4   "summary": "闭源的TDTMapbox库",
5   "description": "基于天地图的地图样式,封装的闭源TDTMapbox库",
6   "homepage": "http://ipad.geo-compass.com/books/TDTMapboxGuide/iOS/",
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.5"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "dependencies": {
22     "Mapbox-iOS-SDK": [
23       "5.6.1"
24     ]
25   },
26   "vendored_frameworks": [
27     "GXMapBoxKit/Frameworks/TDTMapbox_iOS_1.0.5/*",
28     "GXMapBoxKit/Frameworks/LocalVendoredFrameworks/*"
29   ],
30   "pod_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
32     "VALID_ARCHS": "x86_64 arm64"
33   },
34   "user_target_xcconfig": {
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
36     "VALID_ARCHS": "x86_64 arm64"
37   }