blob: 85a4d2ff46ae3df568b976ad77965e447d51a3fd [file] [log] [blame]
{
"name": "AMapLocationDynamic",
"version": "2.6.1",
"summary": "AMapLocationKit for iOS.",
"description": "AMapLocation Dynamic SDK for iOS by Autonavi.",
"homepage": "http://lbs.amap.com/api/ios-sdk/summary/",
"license": {
"type": "Copyright",
"text": "Copyright © 2014 AutoNavi. All Rights Reserved."
},
"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": "https://raw.githubusercontent.com/amap-demo/iOS_SDK_Dynamic/master/AMap_iOS_Loc_Lib_V2.6.1.zip"
},
"source_files": "AMapLocationKit.framework/**/*.{h}",
"platforms": {
"ios": "8.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",
"preserve_paths": "**/*.bcsymbolmap",
"dependencies": {
"AMapFoundationDynamic": [
"~>1.5"
]
}
}