[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / d / 7 / 2 / PWLocation / 3.13.0 / PWLocation.podspec.json
blobd5c74d7da6a1696eda0537d3ad9270e1d2ff5baf
2   "name": "PWLocation",
3   "version": "3.13.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": "13.0"
16   },
17   "source": {
18     "git": "https://github.com/phunware/maas-location-ios-sdk.git",
19     "tag": "3.13.0"
20   },
21   "documentation_url": "https://phunware.github.io/maas-location-ios-sdk/",
22   "default_subspecs": [
23     "Core",
24     "DeviceIdentity"
25   ],
26   "subspecs": [
27     {
28       "name": "Core",
29       "dependencies": {
30         "PWCore": [
31           "~> 3.12.0"
32         ],
33         "SSZipArchive": [
34           "~> 2.4.0"
35         ],
36         "TMCache": [
37           "~> 2.1.0"
38         ]
39       },
40       "vendored_frameworks": "Frameworks/PWLocation.xcframework",
41       "frameworks": [
42         "CoreBluetooth",
43         "CoreLocation",
44         "CoreMotion",
45         "CoreServices",
46         "CoreTelephony",
47         "MapKit",
48         "QuartzCore",
49         "Security",
50         "SystemConfiguration"
51       ],
52       "libraries": [
53         "c++",
54         "sqlite3",
55         "xml2.2",
56         "z"
57       ]
58     },
59     {
60       "name": "DeviceIdentity",
61       "dependencies": {
62         "PWLocation/Core": [
64         ],
65         "PWCore/DeviceIdentity": [
66           "~> 3.12.0"
67         ]
68       }
69     },
70     {
71       "name": "LimitedDeviceIdentity",
72       "dependencies": {
73         "PWLocation/Core": [
75         ]
76       }
77     },
78     {
79       "name": "CoreStaticLinks",
80       "dependencies": {
81         "PWCore/CoreStaticLinks": [
82           "~> 3.12.0"
83         ]
84       },
85       "vendored_frameworks": "FrameworksStaticLinks/PWLocation.xcframework"
86     },
87     {
88       "name": "LimitedDeviceIdentityStaticLinks",
89       "dependencies": {
90         "PWLocation/CoreStaticLinks": [
92         ]
93       }
94     }
95   ]