[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 0 / b / 7 / PWCore / 3.10.0 / PWCore.podspec.json
blob98f74c003e0e5bd7de19f79680ca7373a9d7cdaf
2   "name": "PWCore",
3   "version": "3.10.0",
4   "summary": "Phunware's Core SDK for use with its Multiscreen-as-a-Service platform. This is a required dependency for all Phunware SDKs.",
5   "homepage": "http://phunware.github.io/maas-core-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-core-ios-sdk.git",
15     "tag": "v3.10.0"
16   },
17   "license": {
18     "type": "Copyright",
19     "text": "Copyright 2009-present Phunware Inc. All rights reserved."
20   },
21   "libraries": [
22     "z",
23     "xml2.2"
24   ],
25   "ios": {
26     "dependencies": {
27       "AFNetworking/NSURLSession": [
28         "~> 4.0"
29       ],
30       "AFNetworking/Security": [
31         "~> 4.0"
32       ],
33       "AFNetworking/Serialization": [
34         "~> 4.0"
35       ],
36       "AFNetworking/Reachability": [
37         "~> 4.0"
38       ],
39       "SSZipArchive": [
40         "~> 2.0"
41       ],
42       "TMCache": [
43         "~> 2.0"
44       ]
45     },
46     "vendored_frameworks": "Frameworks/PWCore.xcframework",
47     "frameworks": [
48       "Security",
49       "QuartzCore",
50       "SystemConfiguration",
51       "MobileCoreServices",
52       "CoreTelephony"
53     ]
54   },
55   "requires_arc": true,
56   "default_subspecs": "LimitedDeviceIdentity",
57   "subspecs": [
58     {
59       "name": "LimitedDeviceIdentity"
60     },
61     {
62       "name": "DeviceIdentity",
63       "ios": {
64         "frameworks": "AdSupport"
65       }
66     }
67   ]