[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / a / c / PWMapKit / 3.15.2 / PWMapKit.podspec.json
blob05fbb1463bb35eca9f856bea686cd3128415b6a0
2   "name": "PWMapKit",
3   "version": "3.15.2",
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": "13.0"
16   },
17   "source": {
18     "git": "https://github.com/phunware/maas-mapping-ios-sdk.git",
19     "tag": "3.15.2"
20   },
21   "documentation_url": "https://phunware.github.io/maas-mapping-ios-sdk/",
22   "default_subspecs": [
23     "Core",
24     "DeviceIdentity"
25   ],
26   "subspecs": [
27     {
28       "name": "Core",
29       "dependencies": {
30         "PWLocation/Core": [
31           "~> 3.13.1"
32         ],
33         "TMCache": [
34           "~> 2.1.0"
35         ]
36       },
37       "vendored_frameworks": "Frameworks/PWMapKit.xcframework",
38       "frameworks": [
39         "CoreGraphics",
40         "CoreLocation",
41         "CoreServices",
42         "CoreTelephony",
43         "MapKit",
44         "QuartzCore",
45         "Security",
46         "SystemConfiguration"
47       ]
48     },
49     {
50       "name": "DeviceIdentity",
51       "dependencies": {
52         "PWMapKit/Core": [
54         ],
55         "PWLocation/DeviceIdentity": [
56           "~> 3.13.1"
57         ]
58       }
59     },
60     {
61       "name": "LimitedDeviceIdentity",
62       "dependencies": {
63         "PWMapKit/Core": [
65         ]
66       }
67     }
68   ]