blob: 7575c9c72ed0fffecb50355b76ce32be81ecc122 [file] [log] [blame]
{
"name": "LSiOSMapTool",
"version": "0.3.1",
"summary": "业务工具 - 地图功能扩展",
"description": "提供定位服务、地理位置反编码、地理位置编码、路径规划、poi模糊查询、导航等功能。\n更新内容:\n排查内存泄漏问题;更新lspopview组件;",
"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.3.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": [
]
}
}