[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 9 / 5 / AMapAPI / 2.2.1 / AMapAPI.podspec.json
blob618afa88b03c9aa37b70341db7cdc86bf872c508
2   "name": "AMapAPI",
3   "version": "2.2.1",
4   "summary": "Map SDK for iOS by Autonavi.",
5   "description": "                   Map SDK for iOS by Autonavi.\n\t\t   1 3D Map.\n\t\t   2 2D 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",
6   "homepage": "http://lbs.amap.com/api/ios-sdk/summary/",
7   "screenshots": [
8     "https://raw.githubusercontent.com/tabsong/iOS_3D_Demo/master/ResourcesBed/mapScreen.png",
9     "https://raw.githubusercontent.com/tabsong/iOS_3D_Demo/master/ResourcesBed/searchScreen.png"
10   ],
11   "license": {
12     "type": "Copyright",
13     "text": "\t\t\tCopyright © 2014 AutoNavi. All Rights Reserved\n"
14   },
15   "authors": "AmapAPI",
16   "social_media_url": "http://bbs.amap.com/forum-37-1.html",
17   "docset_url": "http://api.amap.com/Public/reference/iOS%20API%20v2_3D/",
18   "platforms": {
19     "ios": null
20   },
21   "source": {
22     "http": "http://lbs.amap.com/wp-content/uploads/2014/06/AMap_iOS_API_Lib_V2.2.1.zip"
23   },
24   "requires_arc": true,
25   "xcconfig": {
26     "OTHER_LDFLAGS": "-ObjC"
27   },
28   "subspecs": [
29     {
30       "name": "2D",
31       "public_header_files": "AMap_iOS_API_Lib_V2.2.1/2D/MAMapKit.framework/Versions/2.2.1.1647/Headers/*.h",
32       "resources": "AMap_iOS_API_Lib_V2.2.1/2D/MAMapKit.framework/Versions/2.2.1.1647/Resources/AMap.bundle",
33       "vendored_frameworks": "AMap_iOS_API_Lib_V2.2.1/2D/MAMapKit.framework",
34       "frameworks": [
35         "QuartzCore",
36         "CoreLocation",
37         "SystemConfiguration",
38         "CoreTelephony",
39         "Security"
40       ],
41       "libraries": [
42         "stdc++6.0.9",
43         "z"
44       ]
45     },
46     {
47       "name": "3D",
48       "public_header_files": "AMap_iOS_API_Lib_V2.2.1/3D/MAMapKit.framework/Versions/2.2.1.1650.60159/Headers/*.h",
49       "resources": "AMap_iOS_API_Lib_V2.2.1/3D/MAMapKit.framework/Versions/2.2.1.1650.60159/Resources/AMap.bundle",
50       "vendored_frameworks": "AMap_iOS_API_Lib_V2.2.1/3D/MAMapKit.framework",
51       "frameworks": [
52         "QuartzCore",
53         "CoreLocation",
54         "SystemConfiguration",
55         "CoreTelephony",
56         "OpenGLES",
57         "Security"
58       ],
59       "libraries": [
60         "stdc++6.0.9",
61         "z"
62       ]
63     },
64     {
65       "name": "Search",
66       "public_header_files": "AMap_iOS_API_Lib_V2.2.1/Search/AMapSearchKit.framework/Versions/2.2.1.1656/Headers/*.h",
67       "vendored_frameworks": "AMap_iOS_API_Lib_V2.2.1/Search/AMapSearchKit.framework",
68       "frameworks": [
69         "SystemConfiguration",
70         "CoreTelephony"
71       ],
72       "libraries": [
73         "stdc++6.0.9",
74         "z"
75       ]
76     }
77   ]