[Add] PubNubSwift 8.2.3
[CocoaPods.git] / Specs / 5 / 0 / 7 / NimbusSDK / 2.0.0-beta / NimbusSDK.podspec.json
blob14570285fd6c22537836ee01cf0547f3fd286b58
2   "name": "NimbusSDK",
3   "version": "2.0.0-beta",
4   "summary": "The Nimbus SDK is the easiest and fastest way to start using Nimbus on iOS.",
5   "description": "Nimbus is a disruptive new mobile ad platform that combines an ultra low-latency server-to-server publisher\nexchange with a flexible, lightweight client-side SDK. With one call to our platform, you get\naccess to a pool of bidders who compete for your impression on a first-price auction, so you\nget the highest CPMs available, right from the source. Nimbus is designed to do two things well:\nmaximize your revenue and deliver a polished mobile advertising experience to your users.",
6   "homepage": "https://www.adsbynimbus.com",
7   "social_media_url": "https://twitter.com/adsbynimbus",
8   "authors": "Nimbus",
9   "platforms": {
10     "ios": "12.0"
11   },
12   "documentation_url": "https://adsbynimbus-public.s3.amazonaws.com/iOS/docs/2.0.0-beta/docs/index.html",
13   "license": {
14     "type": "Copyright",
15     "text": "Nimbus. All rights reserved."
16   },
17   "swift_versions": "5.0",
18   "static_framework": true,
19   "source": {
20     "http": "https://adsbynimbus-public.s3.amazonaws.com/iOS/sdks/2.0.0-beta/Nimbus-2.0.0-beta.zip",
21     "sha256": "e61602c58e30039d4df3784022fad45d4c68fd3c72ca67c3982103ee94c65b55"
22   },
23   "default_subspecs": "NimbusKit",
24   "subspecs": [
25     {
26       "name": "NimbusCoreKit",
27       "vendored_frameworks": "NimbusCoreKit.xcframework"
28     },
29     {
30       "name": "NimbusRequestKit",
31       "vendored_frameworks": "NimbusRequestKit.xcframework",
32       "dependencies": {
33         "NimbusSDK/NimbusCoreKit": [
35         ]
36       }
37     },
38     {
39       "name": "NimbusRequestAPSKit",
40       "vendored_frameworks": "NimbusRequestAPSKit.xcframework",
41       "dependencies": {
42         "NimbusSDK/NimbusRequestKit": [
44         ],
45         "AmazonPublisherServicesSDK": [
46           ">=4.5.3"
47         ]
48       }
49     },
50     {
51       "name": "NimbusRequestFANKit",
52       "source_files": "NimbusFAN/NimbusRequestFANKit/**/*",
53       "dependencies": {
54         "NimbusSDK/NimbusRequestKit": [
56         ],
57         "FBAudienceNetwork": [
58           ">=6.11.2"
59         ]
60       }
61     },
62     {
63       "name": "NimbusRenderKit",
64       "vendored_frameworks": "NimbusRenderKit.xcframework",
65       "dependencies": {
66         "NimbusSDK/NimbusCoreKit": [
68         ]
69       }
70     },
71     {
72       "name": "NimbusRenderStaticKit",
73       "vendored_frameworks": "NimbusRenderStaticKit.xcframework",
74       "dependencies": {
75         "NimbusSDK/NimbusRenderKit": [
77         ]
78       }
79     },
80     {
81       "name": "NimbusRenderVideoKit",
82       "vendored_frameworks": "NimbusRenderVideoKit.xcframework",
83       "dependencies": {
84         "NimbusSDK/NimbusRenderKit": [
86         ],
87         "GoogleAds-IMA-iOS-SDK": [
88           "3.16.3"
89         ]
90       }
91     },
92     {
93       "name": "NimbusRenderFANKit",
94       "source_files": "NimbusFAN/NimbusRenderFANKit/**/*",
95       "dependencies": {
96         "NimbusSDK/NimbusRenderKit": [
98         ],
99         "FBAudienceNetwork": [
100           ">=6.11.2"
101         ]
102       }
103     },
104     {
105       "name": "NimbusRenderOMKit",
106       "vendored_frameworks": [
107         "NimbusRenderOMKit.xcframework",
108         "OMSDK_Adsbynimbus.xcframework"
109       ],
110       "dependencies": {
111         "NimbusSDK/NimbusRenderKit": [
113         ]
114       }
115     },
116     {
117       "name": "NimbusKit",
118       "vendored_frameworks": "NimbusKit.xcframework",
119       "dependencies": {
120         "NimbusSDK/NimbusRequestKit": [
122         ],
123         "NimbusSDK/NimbusRenderKit": [
125         ]
126       }
127     },
128     {
129       "name": "NimbusGAMKit",
130       "source_files": "NimbusGAM/NimbusGAMKit/**/*",
131       "dependencies": {
132         "NimbusSDK/NimbusKit": [
134         ],
135         "Google-Mobile-Ads-SDK": [
136           ">=8.9.0"
137         ]
138       },
139       "user_target_xcconfig": {
140         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
141       },
142       "pod_target_xcconfig": {
143         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
144       }
145     },
146     {
147       "name": "NimbusUnityKit",
148       "source_files": "NimbusUnity/NimbusUnityKit/**/*",
149       "dependencies": {
150         "NimbusSDK/NimbusKit": [
152         ],
153         "UnityAds": [
154           ">=4.1.0"
155         ]
156       }
157     }
158   ],
159   "swift_version": "5.0"