[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 7 / 2 / PWLocation / 3.9.0 / PWLocation.podspec.json
blobe0cf4d12c3b6f8732bd759586852694b93fc83cd
2   "name": "PWLocation",
3   "version": "3.9.0",
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.0"
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.0"
57         ]
58       }
59     },
60     {
61       "name": "MistProvider",
62       "ios": {
63         "vendored_frameworks": "Frameworks/MistProvider.xcframework"
64       },
65       "dependencies": {
66         "PWLocation/all-frameworks": [
68         ],
69         "MistSDKDR": [
70           "1.5.272"
71         ]
72       }
73     },
74     {
75       "name": "BeaconPointProvider",
76       "ios": {
77         "vendored_frameworks": "Frameworks/BeaconPointProvider.xcframework"
78       },
79       "dependencies": {
80         "PWLocation/all-frameworks": [
82         ],
83         "MistSDK": [
84           "1.5.58"
85         ]
86       }
87     }
88   ]