[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / 3 / 9 / AMapLocation / 2.3.1 / AMapLocation.podspec.json
blob5163ab6d27f7e3f41b90ab95ecc6b413a003b87c
2   "name": "AMapLocation",
3   "version": "2.3.1",
4   "summary": "AMapLocationKit for iOS.",
5   "description": "AMapLocation SDK for iOS by Autonavi.",
6   "homepage": "http://lbs.amap.com/api/ios-location-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=55",
13   "documentation_url": "http://a.amap.com/lbs/static/unzip/iOS_Location_Doc/index.html",
14   "source": {
15     "http": "http://a.amap.com/lbs/static/zip/AMap_iOS_Loc_Lib_V2.3.1.zip"
16   },
17   "source_files": "AMapLocationKit.framework/**/*.{h}",
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "xcconfig": {
23     "ARCHS": "$(ARCHS_STANDARD)"
24   },
25   "public_header_files": "AMapLocationKit.framework/Headers/*.h",
26   "vendored_frameworks": "AMapLocationKit.framework",
27   "frameworks": [
28     "CoreLocation",
29     "CoreTelephony",
30     "SystemConfiguration",
31     "Security"
32   ],
33   "libraries": "z",
34   "dependencies": {
35     "AMapFoundation": [
36       "~>1.3"
37     ]
38   }