blob: e29c8d49a1b1fbd94dce3f875ab4e571c670d4ae [file] [log] [blame]
{
"name": "LKMapSDK_Util",
"version": "1.0.0",
"summary": "箩筐地图iOS SDK(CocoaPods箩筐地图官方库),实用工具功能包",
"description": "箩筐地图iOS SDK(CocoaPods箩筐地图官方库),实用工具功能包。提供坐标转换、点线面关系判断、距离计算等功能。",
"homepage": "https://lbs.luokuang.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LuokuangLBS": "haofp@luokung.com"
},
"source": {
"git": "https://github.com/LuokuangLBS/LKMapSDK_Util.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreLocation"
],
"vendored_frameworks": "LKMapSDK_Util/*.{framework}",
"dependencies": {
"LKMapSDK_Base": [
"1.0.0"
]
}
}