[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / d / 7 / 2 / PWLocation / 1.2.1 / PWLocation.podspec.json
blob522e488da527ffb6b2ced9dbc3ace648fc278314
2   "name": "PWLocation",
3   "version": "1.2.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.2.1"
16   },
17   "license": {
18     "type": "Copyright",
19     "text": "Copyright 2015 by Phunware Inc. All rights reserved."
20   },
21   "ios": {
22     "vendored_frameworks": "Framework/PWLocation.framework",
23     "frameworks": [
24       "Security",
25       "QuartzCore",
26       "SystemConfiguration",
27       "MobileCoreServices",
28       "CoreTelephony",
29       "CoreBluetooth",
30       "CoreMotion",
31       "CoreLocation",
32       "MapKit"
33     ]
34   },
35   "dependencies": {
36     "PWCore": [
37       "~> 2.0.0"
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