[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / d / 7 / 2 / PWLocation / 3.8.3 / PWLocation.podspec.json
blob898e040d56e786efa064d3e2c1c3ce50e7c3fb60
2   "name": "PWLocation",
3   "version": "3.8.3",
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": "10.0"
12   },
13   "source": {
14     "git": "https://github.com/phunware/maas-location-ios-sdk.git",
15     "tag": "v3.8.3"
16   },
17   "license": {
18     "type": "Copyright",
19     "text": "Copyright 2014 by Phunware Inc. All rights reserved."
20   },
21   "ios": {
22     "vendored_frameworks": "Framework/PWLocation.framework",
23     "dependencies": {
24       "MistSDK": [
25         "1.4.2"
26       ],
27       "TMCache": [
29       ],
30       "SSZipArchive": [
32       ]
33     },
34     "libraries": "c++",
35     "frameworks": [
36       "Security",
37       "QuartzCore",
38       "SystemConfiguration",
39       "MobileCoreServices",
40       "CoreTelephony",
41       "CoreBluetooth",
42       "CoreMotion",
43       "CoreLocation",
44       "MapKit"
45     ]
46   },
47   "default_subspecs": "all-frameworks",
48   "libraries": [
49     "sqlite3",
50     "z",
51     "xml2.2"
52   ],
53   "requires_arc": true,
54   "subspecs": [
55     {
56       "name": "all-frameworks",
57       "dependencies": {
58         "PWCore": [
59           "~> 3.8.0"
60         ]
61       }
62     },
63     {
64       "name": "NoAds",
65       "ios": {
66         "vendored_frameworks": "Framework/PWLocation.framework"
67       },
68       "dependencies": {
69         "PWCoreNoAds": [
70           "~> 3.8.0"
71         ]
72       }
73     }
74   ]