[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 7 / 2 / PWLocation / 0.5.0 / PWLocation.podspec.json
blobb8f35f679395344b445b6b8ee6b77fa0a75877f4
2   "name": "PWLocation",
3   "version": "0.5.0",
4   "summary": "PWLocation SDK for iOS",
5   "homepage": "http://phunware.github.io/maas-location-ios-sdk/",
6   "authors": {
7     "Phunware, Inc.": "http://www.phunware.com"
8   },
9   "social_media_url": "https://twitter.com/Phunware",
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/phunware/maas-location-ios-sdk.git",
15     "tag": "v0.5.0"
16   },
17   "license": {
18     "type": "Copyright",
19     "text": "Copyright 2014 by Phunware Inc. All rights reserved."
20   },
21   "public_header_files": "Framework/PWLocation.framework/Versions/A/Headers/*.h",
22   "ios": {
23     "vendored_frameworks": "Framework/PWLocation.framework",
24     "frameworks": [
25       "Security",
26       "QuartzCore",
27       "SystemConfiguration",
28       "MobileCoreServices",
29       "CoreTelephony",
30       "CoreBluetooth",
31       "CoreMotion"
32     ]
33   },
34   "dependencies": {
35     "PWCore": [
37     ]
38   },
39   "xcconfig": {
40     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/PWLocation/**\""
41   },
42   "libraries": [
43     "sqlite3",
44     "z",
45     "xml2.2"
46   ],
47   "requires_arc": true