blob: c5afbcf1fcf0b6f6f7afe9df48221b4eeed3261a [file] [log] [blame]
{
"name": "LSiOSMapTool",
"version": "1.2.1",
"summary": "业务工具 - 地图功能扩展",
"description": "提供定位服务、地理位置反编码、地理位置编码、路径规划、poi模糊查询、导航等功能。\n更新内容:\n优化线路规划方法,提供更多属性;开放所有方法的showHud状态;",
"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": "1.2.1"
},
"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",
"AddressBook"
],
"libraries": [
"c++",
"z"
],
"dependencies": {
"LSiOSPopView": [
]
}
}