[Add] FCNews 0.1.43
[CocoaPods.git] / Specs / 8 / 2 / 1 / AMapNavi / 6.7.0 / AMapNavi.podspec.json
blob2c2101dab5da636f6ba7f5a59c8ee3ee9310f87a
2   "name": "AMapNavi",
3   "version": "6.7.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": "https://a.amap.com/lbs/static/zip/AMap_iOS_Navi_Lib_V6.7.0.zip"
16   },
17   "source_files": "AMapNaviKit.framework/**/*.{h}",
18   "platforms": {
19     "ios": "8.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     "z",
37     "c++"
38   ],
39   "dependencies": {
40     "AMapFoundation": [
41       "~>1.5"
42     ],
43     "AMap3DMap": [
44       "~>6.7"
45     ]
46   }