[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / f / 3 / 8 / PWLocationBeta / 4.0.0.34 / PWLocationBeta.podspec.json
blob672ebe80866e61f544991e44b9266e17dbd0511f
2   "name": "PWLocationBeta",
3   "version": "4.0.0.34",
4   "license": "MIT",
5   "summary": "Phunware PWLocation SDK (BETA)",
6   "homepage": "https://github.com/phunware/beta-ios",
7   "authors": {
8     "Phunware": "info@phunware.com"
9   },
10   "source": {
11     "git": "https://github.com/phunware/beta-ios.git",
12     "tag": "PWLocation-4.0.0.34"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "10.0"
17   },
18   "swift_versions": "4.2",
19   "ios": {
20     "vendored_frameworks": "Framework/PWLocation.framework",
21     "dependencies": {
22       "MistSDK": [
24       ],
25       "TMCache": [
27       ],
28       "SSZipArchive": [
30       ]
31     },
32     "libraries": "c++",
33     "frameworks": [
34       "Security",
35       "QuartzCore",
36       "SystemConfiguration",
37       "MobileCoreServices",
38       "CoreTelephony",
39       "CoreBluetooth",
40       "CoreMotion",
41       "CoreLocation",
42       "MapKit"
43     ]
44   },
45   "default_subspecs": "all-frameworks",
46   "libraries": [
47     "sqlite3",
48     "z",
49     "xml2.2"
50   ],
51   "swift_version": "4.2",
52   "subspecs": [
53     {
54       "name": "all-frameworks",
55       "dependencies": {
56         "PWCoreBeta": [
58         ]
59       }
60     },
61     {
62       "name": "NoAds",
63       "ios": {
64         "vendored_frameworks": "Framework/PWLocation.framework"
65       },
66       "dependencies": {
67         "PWCoreNoAds": [
69         ]
70       }
71     }
72   ]