[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 1 / a / c / PWMapKit / 3.8.3 / PWMapKit.podspec.json
blobffd1d31d22ca3ecc8191f4968d3422e271909323
2   "name": "PWMapKit",
3   "version": "3.8.3",
4   "summary": "Phunware Mapping SDK",
5   "homepage": "http://phunware.github.io/maas-mapping-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-mapping-ios-sdk.git",
15     "tag": "v3.8.3"
16   },
17   "license": {
18     "type": "Copyright",
19     "text": "Copyright 2015 by Phunware Inc. All rights reserved."
20   },
21   "ios": {
22     "vendored_frameworks": "Framework/PWMapKit.framework",
23     "frameworks": [
24       "Security",
25       "CoreGraphics",
26       "QuartzCore",
27       "SystemConfiguration",
28       "MobileCoreServices",
29       "CoreTelephony",
30       "CoreLocation",
31       "MapKit"
32     ]
33   },
34   "default_subspecs": "all-frameworks",
35   "requires_arc": true,
36   "subspecs": [
37     {
38       "name": "all-frameworks",
39       "dependencies": {
40         "PWLocation": [
41           "~> 3.8.0"
42         ]
43       }
44     },
45     {
46       "name": "NoAds",
47       "ios": {
48         "vendored_frameworks": "Framework/PWMapKit.framework"
49       },
50       "dependencies": {
51         "PWLocation/NoAds": [
52           "~> 3.8.0"
53         ]
54       }
55     }
56   ]