blob: 6dd62a61e17d14d8be73975e50fba26050b83112 [file] [log] [blame]
{
"name": "SGLocationObjC",
"version": "0.0.3",
"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.3"
},
"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"
}
}