[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / f / c / a / GXMapBoxKit / 0.0.2 / GXMapBoxKit.podspec.json
blob0cd06867dadd2e398eb7f68c2cb6480ac167d5f9
2   "name": "GXMapBoxKit",
3   "version": "0.0.2",
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": "0.0.2"
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/*.framework",
27   "pod_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "user_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   }