[Add] FCNews 0.1.43
[CocoaPods.git] / Specs / 8 / 2 / 1 / AMapNavi / 5.1.0 / AMapNavi.podspec.json
blob7a2f95896ce7fce4919735c22c4f5339c42b5668
2   "name": "AMapNavi",
3   "version": "5.1.0",
4   "summary": "AMapNaviKit for iOS.",
5   "description": "AMapNavi SDK for iOS by Autonavi.",
6   "homepage": "http://lbs.amap.com/api/ios-navi-sdk/summary/",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright © 2014 AutoNavi. All Rights Reserved.\n"
10   },
11   "authors": "lbs.amap.com",
12   "social_media_url": "http://lbsbbs.amap.com/forum.php?mod=forumdisplay&fid=54",
13   "documentation_url": "http://lbs.amap.com/api/ios-navi-sdk/reference/",
14   "source": {
15     "http": "http://a.amap.com/lbs/static/zip/AMap_iOS_Navi_Lib_V5.1.0.zip"
16   },
17   "source_files": "AMapNaviKit.framework/**/*.{h}",
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "xcconfig": {
23     "ARCHS": "$(ARCHS_STANDARD)"
24   },
25   "public_header_files": "AMapNaviKit.framework/Headers/*.h",
26   "resources": "AMapNaviKit.framework/AMapNavi.bundle",
27   "vendored_frameworks": "AMapNaviKit.framework",
28   "frameworks": [
29     "CoreLocation",
30     "SystemConfiguration",
31     "CoreTelephony",
32     "Security",
33     "AVFoundation"
34   ],
35   "libraries": [
36     "stdc++.6.0.9",
37     "z",
38     "c++"
39   ],
40   "dependencies": {
41     "AMapFoundation": [
42       "~>1.4"
43     ],
44     "AMap3DMap": [
45       ">=5.2.1"
46     ]
47   }