blob: 20f04d199c4e177bf059c97b256ba274054cb3f8 [file] [log] [blame]
{
"name": "AMapNavi",
"version": "2.2.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": "http://a.amap.com/lbs/static/zip/AMap_iOS_Navi_Lib_v2.2.0_20160818.zip"
},
"source_files": "AMapNaviKit.framework/**/*.{h}",
"platforms": {
"ios": "6.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"
],
"libraries": [
"stdc++.6.0.9",
"z",
"c++"
],
"dependencies": {
"AMapFoundation": [
"~>1.2"
],
"AMap3DMap": [
"~>4.2"
]
}
}