[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 0 / b / 7 / PWCore / 3.12.1 / PWCore.podspec.json
bloba149f739943b1995d9a99ad6ff5baf6c01551d15
2   "name": "PWCore",
3   "version": "3.12.1",
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": "13.0"
16   },
17   "source": {
18     "git": "https://github.com/phunware/maas-core-ios-sdk.git",
19     "tag": "3.12.1"
20   },
21   "documentation_url": "https://phunware.github.io/maas-core-ios-sdk/",
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "dependencies": {
27         "AFNetworking/NSURLSession": [
28           "~> 4.0.0"
29         ],
30         "AFNetworking/Reachability": [
31           "~> 4.0.0"
32         ],
33         "AFNetworking/Security": [
34           "~> 4.0.0"
35         ],
36         "AFNetworking/Serialization": [
37           "~> 4.0.0"
38         ],
39         "SSZipArchive": [
40           "~> 2.4.0"
41         ],
42         "TMCache": [
43           "~> 2.1.0"
44         ]
45       },
46       "vendored_frameworks": "Frameworks/PWCore.xcframework",
47       "frameworks": [
48         "CoreServices",
49         "CoreTelephony",
50         "QuartzCore",
51         "Security",
52         "SystemConfiguration"
53       ],
54       "weak_frameworks": "CoreLocation",
55       "libraries": [
56         "xml2.2",
57         "z"
58       ]
59     },
60     {
61       "name": "DeviceIdentity",
62       "dependencies": {
63         "PWCore/Core": [
65         ]
66       },
67       "vendored_frameworks": "Frameworks/DeviceIdentity.xcframework",
68       "frameworks": "AdSupport",
69       "weak_frameworks": "AppTrackingTransparency"
70     },
71     {
72       "name": "CoreStaticLinks",
73       "vendored_frameworks": "FrameworksStaticLinks/PWCore.xcframework"
74     },
75     {
76       "name": "DeviceIdentityStaticLinks",
77       "dependencies": {
78         "PWCore/CoreStaticLinks": [
80         ]
81       },
82       "vendored_frameworks": "FrameworksStaticLinks/DeviceIdentity.xcframework",
83       "frameworks": "AdSupport",
84       "weak_frameworks": "AppTrackingTransparency"
85     }
86   ]