blob: 9c6eaf00aaa48a49c9c76ad8a9057ed8e4b3f24c [file] [log] [blame]
{
"name": "AMapAPI",
"version": "2.3.0",
"summary": "Map SDK for iOS by Autonavi.",
"description": " Map SDK for iOS by Autonavi.\n\t\t 1 2D Map.\n\t\t 2 3D Map.\n\t\t 3 Search.\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "http://lbs.amap.com/api/ios-sdk/summary/",
"screenshots": [
"https://raw.githubusercontent.com/tabsong/iOS_3D_Demo/master/ResourcesBed/mapScreen.png",
"https://raw.githubusercontent.com/tabsong/iOS_3D_Demo/master/ResourcesBed/searchScreen.png"
],
"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=38",
"docset_url": "http://lbs.amap.com/api/ios-sdk/reference/",
"source": {
"http": "http://lbs.amap.com/wp-content/uploads/2014/06/AMap_iOS_API_Lib_V2.3.0.zip"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"ARCHS": "$(ARCHS_STANDARD_32_BIT)"
},
"subspecs": [
{
"name": "2D",
"public_header_files": "2D/MAMapKit.framework/Versions/2.3.0.ca1dc76/Headers/*.h",
"resources": "2D/MAMapKit.framework/Versions/2.3.0.ca1dc76/Resources/AMap.bundle",
"vendored_frameworks": "2D/MAMapKit.framework",
"frameworks": [
"QuartzCore",
"CoreLocation",
"SystemConfiguration",
"CoreTelephony",
"Security"
],
"libraries": [
"stdc++.6.0.9",
"z"
]
},
{
"name": "3D",
"public_header_files": "3D/MAMapKit.framework/Versions/2.3.0.79b9c08.60159/Headers/*.h",
"resources": "3D/MAMapKit.framework/Versions/2.3.0.79b9c08.60159/Resources/AMap.bundle",
"vendored_frameworks": "3D/MAMapKit.framework",
"frameworks": [
"QuartzCore",
"CoreLocation",
"SystemConfiguration",
"CoreTelephony",
"OpenGLES",
"Security"
],
"libraries": [
"stdc++.6.0.9",
"z"
]
},
{
"name": "Search",
"public_header_files": "Search/AMapSearchKit.framework/Versions/2.3.0.1aa32a4/Headers/*.h",
"vendored_frameworks": "Search/AMapSearchKit.framework",
"frameworks": [
"SystemConfiguration",
"CoreTelephony"
],
"libraries": [
"stdc++.6.0.9",
"z"
]
}
]
}