blob: 35f2b3198647c9787323ba973e90e7daf1ff6861 [file] [log] [blame]
{
"name": "SGRoutePlan",
"version": "0.0.1",
"summary": "天地图POI搜索,公交路线搜索,驾车路线搜索,逆地址编码等服务工具。",
"description": "天地图POI搜索,公交路线搜索,驾车路线搜索,逆地址编码 等服务工具。集成了在地图上展示POI搜索结果(显示大头针),展示公交规划路线,驾车规划路线等功能",
"homepage": "https://github.com/crash-wu/SGRoutePlan",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"吴小星": "xiaoxing.wu@southgis.com"
},
"source": {
"git": "https://github.com/crash-wu/SGRoutePlan.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SGRoutePlan/Classes/**/*",
"dependencies": {
"ObjectMapper": [
],
"SWXMLHash": [
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(HOME)/Library/SDKs/ArcGIS/iOS",
"OTHER_LDFLAGS": "-lObjC -framework ArcGIS -l c++",
"ENABLE_BITCODE": "NO",
"CLANG_ENABLE_MODULES": "YES"
}
}