blob: 9ccf6100c54beb1534ad926853b8fb47e68333c4 [file] [log] [blame]
{
"name": "MAFMapTool",
"version": "0.1.0",
"summary": "高德地图常用方法封装",
"homepage": "https://github.com/LDeath/MapTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"高赛": "395765302@qq.com"
},
"source": {
"git": "https://github.com/LDeath/MapTool.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"MAFMapTool",
"MapHelp/MapHelp/MAFMapTool/**/*.{h,m}"
],
"frameworks": [
"MAMapKit",
"AMapLocationKit",
"AMapSearchKit"
],
"dependencies": {
"AMap3DMap": [
"~> 5.0.0"
],
"AMapSearch": [
"~> 5.0.0"
],
"AMapLocation": [
"~> 2.3.1"
]
}
}