[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 0 / 3 / 9 / AMapLocation / 2.0.0 / AMapLocation.podspec.json
blobdd4c7dd31db97950b203ebd7aa029541b8146fff
2   "name": "AMapLocation",
3   "version": "2.0.0",
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.0.0_20160527.zip"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "xcconfig": {
22     "ARCHS": "$(ARCHS_STANDARD)"
23   },
24   "public_header_files": "AMapLocationKit.framework/Headers/*.h",
25   "vendored_frameworks": "AMapLocationKit.framework",
26   "frameworks": [
27     "CoreLocation",
28     "CoreTelephony",
29     "SystemConfiguration",
30     "Security"
31   ],
32   "libraries": "z",
33   "dependencies": {
34     "AMapFoundation": [
35       "~>1.0"
36     ]
37   }