[Add] LiteRTObjC 0.0.1-nightly.20250109
[CocoaPods.git] / Specs / e / 9 / 5 / AMapAPI / 2.2.1.2 / AMapAPI.podspec.json
blob3c41a4ede4b5dcd9b0467442e741fbd9e86f7de1
2   "name": "AMapAPI",
3   "version": "2.2.1.2",
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": "Copyright © 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     "ARCHS": "$(ARCHS_STANDARD_32_BIT)"
28   },
29   "subspecs": [
30     {
31       "name": "2D",
32       "public_header_files": "AMap_iOS_API_Lib_V2.2.1/2D/MAMapKit.framework/Versions/2.2.1.1647/Headers/*.h",
33       "resources": "AMap_iOS_API_Lib_V2.2.1/2D/MAMapKit.framework/Versions/2.2.1.1647/Resources/AMap.bundle",
34       "vendored_frameworks": "AMap_iOS_API_Lib_V2.2.1/2D/MAMapKit.framework",
35       "frameworks": [
36         "QuartzCore",
37         "CoreLocation",
38         "SystemConfiguration",
39         "CoreTelephony",
40         "Security"
41       ],
42       "libraries": [
43         "stdc++.6.0.9",
44         "z"
45       ]
46     },
47     {
48       "name": "3D",
49       "public_header_files": "AMap_iOS_API_Lib_V2.2.1/3D/MAMapKit.framework/Versions/2.2.1.1650.60159/Headers/*.h",
50       "resources": "AMap_iOS_API_Lib_V2.2.1/3D/MAMapKit.framework/Versions/2.2.1.1650.60159/Resources/AMap.bundle",
51       "vendored_frameworks": "AMap_iOS_API_Lib_V2.2.1/3D/MAMapKit.framework",
52       "frameworks": [
53         "QuartzCore",
54         "CoreLocation",
55         "SystemConfiguration",
56         "CoreTelephony",
57         "OpenGLES",
58         "Security"
59       ],
60       "libraries": [
61         "stdc++.6.0.9",
62         "z"
63       ]
64     },
65     {
66       "name": "Search",
67       "public_header_files": "AMap_iOS_API_Lib_V2.2.1/Search/AMapSearchKit.framework/Versions/2.2.1.1656/Headers/*.h",
68       "vendored_frameworks": "AMap_iOS_API_Lib_V2.2.1/Search/AMapSearchKit.framework",
69       "frameworks": [
70         "SystemConfiguration",
71         "CoreTelephony"
72       ],
73       "libraries": [
74         "stdc++.6.0.9",
75         "z"
76       ]
77     }
78   ]