[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / 1 / a / c / PWMapKit / 3.16.0 / PWMapKit.podspec.json
blob831ec187b58a7b0eabae282dcd879fd717fafc2b
2   "name": "PWMapKit",
3   "version": "3.16.0",
4   "license": {
5     "type": "Copyright",
6     "text": "Copyright 2009-present Phunware Inc. All rights reserved."
7   },
8   "summary": "Phunware's Mapping SDK for use with its Multiscreen-as-a-Service platform",
9   "homepage": "https://github.com/phunware/maas-mapping-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-mapping-ios-sdk.git",
19     "tag": "3.16.0"
20   },
21   "documentation_url": "https://phunware.github.io/maas-mapping-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         "PWLocation/Core": [
32           "~> 3.14.0"
33         ],
34         "PINCache": [
35           "~> 3.0.4"
36         ]
37       },
38       "vendored_frameworks": "Frameworks/PWMapKit.xcframework",
39       "frameworks": [
40         "CoreGraphics",
41         "CoreLocation",
42         "CoreServices",
43         "CoreTelephony",
44         "MapKit",
45         "QuartzCore",
46         "Security",
47         "SystemConfiguration"
48       ]
49     },
50     {
51       "name": "DeviceIdentity",
52       "dependencies": {
53         "PWMapKit/Core": [
55         ],
56         "PWLocation/DeviceIdentity": [
57           "~> 3.14.0"
58         ]
59       }
60     },
61     {
62       "name": "LimitedDeviceIdentity",
63       "dependencies": {
64         "PWMapKit/Core": [
66         ]
67       }
68     }
69   ]