[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / 2 / 9 / GXMapbox / 0.0.2 / GXMapbox.podspec.json
blobf2b8dcdae82addfd550cc757649ac4476a205f1f
2   "name": "GXMapbox",
3   "version": "0.0.2",
4   "summary": "基于mapbox的自定义地图SDK",
5   "description": "基于mapbox的自定义地图SDK,使用天地图提供的样式渲染地图",
6   "homepage": "http://gitlab.geo-compass.com/mobile/ios/GXMapbox",
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/GXMapbox.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "GXMapbox/Classes/*",
22   "resource_bundles": {
23     "GXMapbox": [
24       "GXMapbox/Assets/*.json"
25     ]
26   },
27   "dependencies": {
28     "Mapbox-iOS-SDK": [
29       "5.6.1"
30     ]
31   },
32   "pod_target_xcconfig": {
33     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
34   },
35   "user_target_xcconfig": {
36     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
37   }