blob: 1aa596282d13d3f85c755d946f09b4a0785304a6 [file] [log] [blame]
{
"name": "SGLocationObjC",
"version": "0.0.2",
"summary": "基于ArcGis加载天地图瓦片的定位功能.",
"description": "基于ArcGis加载天地图瓦片的定位功能",
"homepage": "https://github.com/crash-wu/SGLocationObjC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"吴小星": "crash_wu@163.com"
},
"source": {
"git": "https://github.com/crash-wu/SGLocationObjC.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SGLocationObjC/Classes/**/*",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(HOME)/Library/SDKs/ArcGIS/iOS",
"OTHER_LDFLAGS": "-lObjC -framework ArcGIS -l c++",
"ENABLE_BITCODE": "NO",
"CLANG_ENABLE_MODULES": "YES"
}
}