[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 7 / 2 / PWLocation / 1.0.1 / PWLocation.podspec.json
blobcf21f8d295840fe8bb5af73f7ac6c7840b021326
2   "name": "PWLocation",
3   "version": "1.0.1",
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": "v1.0.1"
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       "CoreLocation"
33     ]
34   },
35   "dependencies": {
36     "PWCore": [
38     ]
39   },
40   "xcconfig": {
41     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/PWLocation/**\""
42   },
43   "libraries": [
44     "sqlite3",
45     "z",
46     "xml2.2"
47   ],
48   "requires_arc": true