[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 7 / 2 / PWLocation / 3.11.0 / PWLocation.podspec.json
blob0445eb386c96de359943f49a643b619e57092f74
2   "name": "PWLocation",
3   "version": "3.11.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": "v3.11.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.11.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.11.0"
67         ]
68       }
69     },
70     {
71       "name": "LimitedDeviceIdentity",
72       "dependencies": {
73         "PWLocation/Core": [
75         ]
76       }
77     },
78     {
79       "name": "MistProviderCore",
80       "dependencies": {
81         "PWLocation/Core": [
83         ],
84         "MistSDKDR": [
85           "1.5.280"
86         ]
87       },
88       "vendored_frameworks": "Frameworks/MistProvider.xcframework",
89       "pod_target_xcconfig": {
90         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
91       },
92       "user_target_xcconfig": {
93         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
94       }
95     },
96     {
97       "name": "MistProvider",
98       "dependencies": {
99         "PWLocation/MistProviderCore": [
101         ],
102         "PWLocation/DeviceIdentity": [
104         ]
105       }
106     },
107     {
108       "name": "MistProviderWithLimitedDeviceIdentity",
109       "dependencies": {
110         "PWLocation/MistProviderCore": [
112         ]
113       }
114     },
115     {
116       "name": "BeaconPointProviderCore",
117       "dependencies": {
118         "PWLocation/Core": [
120         ],
121         "MistSDK": [
122           "1.5.58"
123         ]
124       },
125       "vendored_frameworks": "Frameworks/BeaconPointProvider.xcframework",
126       "pod_target_xcconfig": {
127         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
128       },
129       "user_target_xcconfig": {
130         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
131       }
132     },
133     {
134       "name": "BeaconPointProvider",
135       "dependencies": {
136         "PWLocation/BeaconPointProviderCore": [
138         ],
139         "PWLocation/DeviceIdentity": [
141         ]
142       }
143     },
144     {
145       "name": "BeaconPointProviderWithLimitedDeviceIdentity",
146       "dependencies": {
147         "PWLocation/BeaconPointProviderCore": [
149         ]
150       }
151     }
152   ]