blob: 9fdc24396bc9c46d8e6b71a4c3f89b7b0014c1fc [file] [log] [blame]
{
"name": "AMapLocation",
"version": "2.6.4",
"summary": "AMapLocationKit for iOS.",
"description": "AMapLocation SDK for iOS by Autonavi.",
"homepage": "http://lbs.amap.com/api/ios-location-sdk/summary/",
"license": {
"type": "Copyright",
"text": "Copyright © 2014 AutoNavi. All Rights Reserved.\n"
},
"authors": "lbs.amap.com",
"social_media_url": "http://lbsbbs.amap.com/forum.php?mod=forumdisplay&fid=55",
"documentation_url": "http://a.amap.com/lbs/static/unzip/iOS_Location_Doc/index.html",
"source": {
"http": "http://amappc.oss-cn-zhangjiakou.aliyuncs.com/lbs/static/zip/AMap_iOS_Loc_Lib_V2.6.4.zip"
},
"source_files": "AMapLocationKit.framework/**/*.{h}",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"xcconfig": {
"ARCHS": "$(ARCHS_STANDARD)"
},
"public_header_files": "AMapLocationKit.framework/Headers/*.h",
"vendored_frameworks": "AMapLocationKit.framework",
"frameworks": [
"CoreLocation",
"CoreTelephony",
"SystemConfiguration",
"Security",
"ExternalAccessory"
],
"libraries": "z",
"dependencies": {
"AMapFoundation": [
"~>1.6.1"
]
}
}