[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / 1 / f / SGRoutePlan / 0.0.1 / SGRoutePlan.podspec.json
blob35f2b3198647c9787323ba973e90e7daf1ff6861
2   "name": "SGRoutePlan",
3   "version": "0.0.1",
4   "summary": "天地图POI搜索,公交路线搜索,驾车路线搜索,逆地址编码等服务工具。",
5   "description": "天地图POI搜索,公交路线搜索,驾车路线搜索,逆地址编码 等服务工具。集成了在地图上展示POI搜索结果(显示大头针),展示公交规划路线,驾车规划路线等功能",
6   "homepage": "https://github.com/crash-wu/SGRoutePlan",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "吴小星": "xiaoxing.wu@southgis.com"
13   },
14   "source": {
15     "git": "https://github.com/crash-wu/SGRoutePlan.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SGRoutePlan/Classes/**/*",
22   "dependencies": {
23     "ObjectMapper": [
25     ],
26     "SWXMLHash": [
28     ]
29   },
30   "xcconfig": {
31     "FRAMEWORK_SEARCH_PATHS": "$(HOME)/Library/SDKs/ArcGIS/iOS",
32     "OTHER_LDFLAGS": "-lObjC -framework ArcGIS -l c++",
33     "ENABLE_BITCODE": "NO",
34     "CLANG_ENABLE_MODULES": "YES"
35   }