[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / d / 7 / 2 / PWLocation / 3.14.0 / PWLocation.podspec.json
blobcf1aae88ab005da5d95b20cc7e84380cbb15addc
2   "name": "PWLocation",
3   "version": "3.14.0",
4   "license": {
5     "type": "Copyright",
6     "text": "Copyright 2009-present Phunware Inc. All rights reserved."
7   },
8   "summary": "Phunware's Location SDK for use with its Multiscreen-as-a-Service platform",
9   "homepage": "https://github.com/phunware/maas-location-ios-sdk/",
10   "authors": {
11     "Phunware, Inc.": "https://www.phunware.com"
12   },
13   "social_media_url": "https://twitter.com/phunware",
14   "platforms": {
15     "ios": "15.5"
16   },
17   "source": {
18     "git": "https://github.com/phunware/maas-location-ios-sdk.git",
19     "tag": "3.14.0"
20   },
21   "documentation_url": "https://phunware.github.io/maas-location-ios-sdk/",
22   "cocoapods_version": ">= 1.12.0",
23   "default_subspecs": [
24     "Core",
25     "DeviceIdentity"
26   ],
27   "subspecs": [
28     {
29       "name": "Core",
30       "dependencies": {
31         "PWCore": [
32           "~> 3.13.0"
33         ],
34         "SSZipArchive": [
35           "~> 2.5.5"
36         ],
37         "PINCache": [
38           "~> 3.0.4"
39         ]
40       },
41       "vendored_frameworks": "Frameworks/PWLocation.xcframework",
42       "frameworks": [
43         "CoreBluetooth",
44         "CoreLocation",
45         "CoreMotion",
46         "CoreServices",
47         "CoreTelephony",
48         "MapKit",
49         "QuartzCore",
50         "Security",
51         "SystemConfiguration"
52       ],
53       "libraries": [
54         "c++",
55         "sqlite3",
56         "xml2.2",
57         "z"
58       ]
59     },
60     {
61       "name": "DeviceIdentity",
62       "dependencies": {
63         "PWLocation/Core": [
65         ],
66         "PWCore/DeviceIdentity": [
67           "~> 3.13.0"
68         ]
69       }
70     },
71     {
72       "name": "LimitedDeviceIdentity",
73       "dependencies": {
74         "PWLocation/Core": [
76         ]
77       }
78     },
79     {
80       "name": "CoreStaticLinks",
81       "dependencies": {
82         "PWCore/CoreStaticLinks": [
83           "~> 3.13.0"
84         ]
85       },
86       "vendored_frameworks": "FrameworksStaticLinks/PWLocation.xcframework"
87     },
88     {
89       "name": "LimitedDeviceIdentityStaticLinks",
90       "dependencies": {
91         "PWLocation/CoreStaticLinks": [
93         ]
94       }
95     }
96   ]