blob: e1cf25e8c434c9eee5f0416890110740fe3d7c24 [file] [log] [blame]
{
"name": "LSiOSMapTool",
"version": "0.0.5",
"summary": "业务工具 - 地图功能扩展",
"description": "提供定位服务、地理位置反编码、地理位置编码、路径规划、poi模糊查询等功能。\n更新内容:如果当前定位失败,会返回上一次有效的经纬度",
"homepage": "https://code.aliyun.com/LSKit/LSiOSMapTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"danfort": "quanchengk@163.com"
},
"source": {
"git": "https://code.aliyun.com/LSKit/LSiOSMapTool.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSiOSMapTool/Classes/**/*.{h,m}",
"ios": {
"vendored_frameworks": "LSiOSMapTool/Assets/**/*.framework"
},
"frameworks": [
"GLKit",
"OpenGLES",
"UIKit",
"Foundation",
"CoreGraphics",
"QuartzCore",
"CoreLocation",
"CoreTelephony",
"SystemConfiguration",
"Security",
"AdSupport",
"JavaScriptCore"
],
"libraries": [
"c++",
"z",
"stdc++.6.0.9"
],
"dependencies": {
"LSiOSPopView": [
],
"MBProgressHUD": [
]
}
}