[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / d / 7 / 2 / PWLocation / 3.9.1 / PWLocation.podspec.json
blob9f894bbe329ee55ec54b6c87a8bc2c9fb03f15aa
2   "name": "PWLocation",
3   "version": "3.9.1",
4   "summary": "Phunware's Location SDK for use with its Multiscreen-as-a-Service platform",
5   "homepage": "http://phunware.github.io/maas-location-ios-sdk/",
6   "authors": {
7     "Phunware, Inc.": "http://www.phunware.com"
8   },
9   "social_media_url": "https://twitter.com/Phunware",
10   "platforms": {
11     "ios": "10.0"
12   },
13   "source": {
14     "git": "https://github.com/phunware/maas-location-ios-sdk.git",
15     "tag": "v3.9.1"
16   },
17   "license": {
18     "type": "Copyright",
19     "text": "Copyright 2009-present Phunware Inc. All rights reserved."
20   },
21   "ios": {
22     "vendored_frameworks": "Frameworks/PWLocation.xcframework",
23     "dependencies": {
24       "TMCache": [
26       ],
27       "SSZipArchive": [
29       ]
30     },
31     "libraries": "c++",
32     "frameworks": [
33       "Security",
34       "QuartzCore",
35       "SystemConfiguration",
36       "MobileCoreServices",
37       "CoreTelephony",
38       "CoreBluetooth",
39       "CoreMotion",
40       "CoreLocation",
41       "MapKit"
42     ]
43   },
44   "default_subspecs": "all-frameworks",
45   "libraries": [
46     "sqlite3",
47     "z",
48     "xml2.2"
49   ],
50   "requires_arc": true,
51   "subspecs": [
52     {
53       "name": "all-frameworks",
54       "dependencies": {
55         "PWCore": [
56           "~> 3.9.1"
57         ],
58         "PWCore/DeviceIdentity": [
59           "~> 3.9.1"
60         ]
61       }
62     },
63     {
64       "name": "LimitedDeviceIdentity",
65       "ios": {
66         "vendored_frameworks": "Frameworks/PWLocation.xcframework"
67       },
68       "dependencies": {
69         "PWCore": [
70           "~> 3.9.1"
71         ]
72       }
73     },
74     {
75       "name": "MistProvider",
76       "ios": {
77         "vendored_frameworks": "Frameworks/MistProvider.xcframework"
78       },
79       "dependencies": {
80         "MistSDKDR": [
81           "1.5.272"
82         ]
83       },
84       "pod_target_xcconfig": {
85         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
86       },
87       "user_target_xcconfig": {
88         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
89       }
90     },
91     {
92       "name": "BeaconPointProvider",
93       "ios": {
94         "vendored_frameworks": "Frameworks/BeaconPointProvider.xcframework"
95       },
96       "dependencies": {
97         "MistSDK": [
98           "1.5.58"
99         ]
100       },
101       "pod_target_xcconfig": {
102         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
103       },
104       "user_target_xcconfig": {
105         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
106       }
107     }
108   ]