blob: ada79b5926b5857c96da228f10220fec8fb10468 [file] [log] [blame]
{
"name": "SGRoutePlanAndAddress",
"version": "0.0.1",
"summary": "数码地名地址搜索,周边搜索,公交站点搜索,公交路线搜索,公交站点坐标搜索,公交路线坐标搜索,驾车路线搜索",
"description": "数码地名地址搜索,周边搜索,公交站点搜索,公交路线搜索,公交站点坐标搜索,公交路线坐标搜索,驾车路线搜索",
"homepage": "https://github.com/crash-wu/SGRoutePlanAndAddress",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"吴小星": "crash_wu@southgis.com"
},
"source": {
"git": "https://github.com/crash-wu/SGRoutePlanAndAddress.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SGRoutePlanAndAddress/Classes/**/*",
"dependencies": {
"YYModel": [
],
"SGSHTTPModule": [
],
"SVProgressHUD": [
]
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(HOME)/Library/SDKs/ArcGIS/iOS",
"OTHER_LDFLAGS": "-lObjC -framework ArcGIS -l c++",
"ENABLE_BITCODE": "NO",
"CLANG_ENABLE_MODULES": "YES"
}
}