blob: 2841b967a2ac299931ce9926628ad6b372c1ce2c [file] [log] [blame]
{
"name": "AMapNavi",
"version": "6.4.0",
"summary": "AMapNaviKit for iOS.",
"description": "AMapNavi SDK for iOS by Autonavi.",
"homepage": "http://lbs.amap.com/api/ios-navi-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=54",
"documentation_url": "http://lbs.amap.com/api/ios-navi-sdk/reference/",
"source": {
"http": "https://a.amap.com/lbs/static/zip/AMap_iOS_Navi_Lib_V6.4.0.zip"
},
"source_files": "AMapNaviKit.framework/**/*.{h}",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"xcconfig": {
"ARCHS": "$(ARCHS_STANDARD)"
},
"public_header_files": "AMapNaviKit.framework/Headers/*.h",
"resources": "AMapNaviKit.framework/AMapNavi.bundle",
"vendored_frameworks": "AMapNaviKit.framework",
"frameworks": [
"CoreLocation",
"SystemConfiguration",
"CoreTelephony",
"Security",
"AVFoundation"
],
"libraries": [
"z",
"c++"
],
"dependencies": {
"AMapFoundation": [
"~>1.5"
],
"AMap3DMap": [
"~>6.4"
]
}
}