From 3bc8123cb7991674c7722158221c5dd10ae4446d Mon Sep 17 00:00:00 2001 From: "Orkhan Alizada; --description=Orkhans MacBook Pro" Date: Fri, 1 Mar 2024 15:44:48 +0100 Subject: [PATCH] [Add] AppLovinMediationVerveCustomNetworkAdapter 3.0.0-beta2.0 --- ...MediationVerveCustomNetworkAdapter.podspec.json | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Specs/0/b/9/AppLovinMediationVerveCustomNetworkAdapter/3.0.0-beta2.0/AppLovinMediationVerveCustomNetworkAdapter.podspec.json diff --git a/Specs/0/b/9/AppLovinMediationVerveCustomNetworkAdapter/3.0.0-beta2.0/AppLovinMediationVerveCustomNetworkAdapter.podspec.json b/Specs/0/b/9/AppLovinMediationVerveCustomNetworkAdapter/3.0.0-beta2.0/AppLovinMediationVerveCustomNetworkAdapter.podspec.json new file mode 100644 index 000000000000..98e374a443a9 --- /dev/null +++ b/Specs/0/b/9/AppLovinMediationVerveCustomNetworkAdapter/3.0.0-beta2.0/AppLovinMediationVerveCustomNetworkAdapter.podspec.json @@ -0,0 +1,36 @@ +{ + "name": "AppLovinMediationVerveCustomNetworkAdapter", + "version": "3.0.0-beta2.0", + "summary": "HyBid iOS SDK Custom Network Adapters (Mediation) for AppLovin", + "description": "Supported ad formats:\nMediation: Banner, MRect, Leaderboard, Interstitial, Rewarded, Native", + "homepage": "https://github.com/pubnative/AppLovinMediationVerveCustomNetworkAdapter", + "license": { + "type": "MIT", + "text": " MIT License\n\n Copyright (c) 2024 PubNative GmbH\n\n Permission is hereby granted, free of charge, to any person obtaining a copy\n of this software and associated documentation files (the \"Software\"), to deal\n in the Software without restriction, including without limitation the rights\n to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n copies of the Software, and to permit persons to whom the Software is\n furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included in all\n copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n SOFTWARE.\n" + }, + "authors": { + "Can Soykarafakili": "can.soykarafakili@pubnative.net", + "Eros Garcia Ponte": "eros.ponte@pubnative.net", + "Fares Benhamouda": "fares.benhamouda@pubnative.net", + "Orkhan Alizada": "orkhan.alizada@pubnative.net", + "Jose Contreras": "jose.contreras@verve.com", + "Aysel Abdullayeva": "aysel.abdullayeva@verve.com" + }, + "platforms": { + "ios": "11.0" + }, + "source": { + "git": "https://github.com/pubnative/AppLovinMediationVerveCustomNetworkAdapter.git", + "tag": "3.0.0-beta1.0" + }, + "source_files": "AppLovinAdapters/**/*.{swift,h,m}", + "static_framework": true, + "dependencies": { + "HyBid": [ + "3.0.0-beta2" + ], + "AppLovinSDK": [ + ">= 12.0.0" + ] + } +} -- 2.11.4.GIT