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