blob: a86141e055b9695ad36695cab24ee1026f8034f0 [file] [log] [blame]
{
"name": "LSiOSMapTool",
"version": "0.0.1",
"summary": "朗新框架 - 业务工具 - 地图功能扩展",
"description": "提供定位服务、地理位置反编码、地理位置编码、路径规划、poi模糊查询等功能。",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSiOSMapTool/Classes/**/*.{h,m}",
"ios": {
"vendored_frameworks": "LSiOSMapTool/Assets/**/*.framework"
},
"resources": "LSiOSMapTool/**/*.{bundle}",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"QuartzCore",
"CoreLocation",
"CoreTelephony",
"SystemConfiguration",
"Security",
"AdSupport",
"JavaScriptCore"
],
"libraries": [
"c++",
"z",
"stdc++.6.0.9"
],
"dependencies": {
"LSiOSBasic": [
],
"LSiOSPopView": [
],
"MBProgressHUD": [
]
}
}