[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / b / 7 / PWCore / 3.13.0 / PWCore.podspec.json
blobfce25a6837ffe2eb3c17691e3813ee8b84cdb4b7
2   "name": "PWCore",
3   "version": "3.13.0",
4   "license": {
5     "type": "Copyright",
6     "text": "Copyright 2009-present Phunware Inc. All rights reserved."
7   },
8   "summary": "Phunware's Core SDK for use with its Multiscreen-as-a-Service platform",
9   "homepage": "https://github.com/phunware/maas-core-ios-sdk",
10   "authors": {
11     "Phunware, Inc.": "https://www.phunware.com"
12   },
13   "social_media_url": "https://twitter.com/phunware",
14   "platforms": {
15     "ios": "15.5"
16   },
17   "source": {
18     "git": "https://github.com/phunware/maas-core-ios-sdk.git",
19     "tag": "3.13.0"
20   },
21   "documentation_url": "https://phunware.github.io/maas-core-ios-sdk/",
22   "cocoapods_version": ">= 1.12.0",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "dependencies": {
28         "SSZipArchive": [
29           "~> 2.5.5"
30         ],
31         "PINCache": [
32           "~> 3.0.4"
33         ]
34       },
35       "vendored_frameworks": "Frameworks/PWCore.xcframework",
36       "frameworks": [
37         "Security",
38         "SystemConfiguration"
39       ],
40       "weak_frameworks": "CoreLocation",
41       "libraries": [
42         "xml2.2",
43         "z"
44       ]
45     },
46     {
47       "name": "DeviceIdentity",
48       "dependencies": {
49         "PWCore/Core": [
51         ]
52       },
53       "vendored_frameworks": "Frameworks/DeviceIdentity.xcframework",
54       "frameworks": "AdSupport",
55       "weak_frameworks": "AppTrackingTransparency"
56     },
57     {
58       "name": "CoreStaticLinks",
59       "vendored_frameworks": "FrameworksStaticLinks/PWCore.xcframework"
60     },
61     {
62       "name": "DeviceIdentityStaticLinks",
63       "dependencies": {
64         "PWCore/CoreStaticLinks": [
66         ]
67       },
68       "vendored_frameworks": "FrameworksStaticLinks/DeviceIdentity.xcframework",
69       "frameworks": "AdSupport",
70       "weak_frameworks": "AppTrackingTransparency"
71     }
72   ]