blob: 8718d1bf74683bdf2a515a52c08d34207213a196 [file] [log] [blame]
{
"name": "SGTileLayer",
"version": "0.0.1",
"summary": "天地图瓦片图层加载,百度地图瓦片图层加载等相关功能.",
"description": "提供天地图瓦片图层加载,百度地图瓦片图层加载,以及其他TileLayer类型图层加载等功能。在图层加载的时,提供缓存图层功能",
"homepage": "https://github.com/crash-wu/SGTileLayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"吴小星": "crash_wu@163.com"
},
"source": {
"git": "https://github.com/crash-wu/SGTileLayer.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"SGTileLayer/Classes/**/*.{h,m}",
"SGTileLayer/Classes/*.{h,m}"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(HOME)/Library/SDKs/ArcGIS/iOS",
"OTHER_LDFLAGS": "-lObjC -framework ArcGIS -l c++",
"ENABLE_BITCODE": "NO",
"CLANG_ENABLE_MODULES": "YES"
}
}