From 4b1d48a77426061272629fa71bbdbc06623fd1c8 Mon Sep 17 00:00:00 2001 From: "UNITED Marketing Technologies, Inc." Date: Thu, 19 Dec 2024 04:48:40 +0100 Subject: [PATCH] [Add] PlatformOne-Ads-SDK 2.17.2 --- .../2.17.2/PlatformOne-Ads-SDK.podspec.json | 190 ++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 Specs/f/9/d/PlatformOne-Ads-SDK/2.17.2/PlatformOne-Ads-SDK.podspec.json diff --git a/Specs/f/9/d/PlatformOne-Ads-SDK/2.17.2/PlatformOne-Ads-SDK.podspec.json b/Specs/f/9/d/PlatformOne-Ads-SDK/2.17.2/PlatformOne-Ads-SDK.podspec.json new file mode 100644 index 000000000000000..5547944bf7aac8b --- /dev/null +++ b/Specs/f/9/d/PlatformOne-Ads-SDK/2.17.2/PlatformOne-Ads-SDK.podspec.json @@ -0,0 +1,190 @@ +{ + "name": "PlatformOne-Ads-SDK", + "version": "2.17.2", + "summary": "PlatformOne Ads SDK for iOS", + "license": { + "type": "Copyright", + "text": "Copyright 2015-2023 UNITED Marketing Technologies, Inc. All rights reserved." + }, + "homepage": "https://yieldone.com/service/", + "authors": "UNITED Marketing Technologies, Inc.", + "platforms": { + "ios": "12.0" + }, + "source": { + "http": "https://dl.ad-stir.com/p1_sdk/PlatformOneAdsSdkiOS-2.17.2-MediationAdapter.zip", + "sha256": "b7189aed92aa54cae265385efc8b784042dbf1f7e99a2275ac170146489ac451" + }, + "preserve_paths": "**/README.md", + "requires_arc": true, + "default_subspecs": "Core", + "cocoapods_version": ">= 1.9.0", + "subspecs": [ + { + "name": "Core", + "vendored_frameworks": "**/PlatformOneAds.xcframework", + "frameworks": [ + "AdSupport", + "AVFoundation", + "CoreTelephony", + "CoreMedia", + "QuartzCore", + "SystemConfiguration", + "SafariServices", + "WebKit" + ] + }, + { + "name": "Mediation", + "dependencies": { + "PlatformOne-Ads-SDK/Core": [ + + ] + }, + "pod_target_xcconfig": { + "OTHER_LDFLAGS": "-lObjC" + } + }, + { + "name": "GADMediationAdapter", + "dependencies": { + "PlatformOne-Ads-SDK/Mediation": [ + + ], + "Google-Mobile-Ads-SDK": [ + + ] + }, + "vendored_frameworks": "**/GADMediationAdapter/GADMAdapterPlatformOneAds.xcframework" + }, + { + "name": "AppLovin", + "dependencies": { + "PlatformOne-Ads-SDK/Mediation": [ + + ], + "AppLovinSDK": [ + "13.0.0" + ] + }, + "vendored_frameworks": "**/PlatformOneAdsMediationAdapterAppLovin.xcframework" + }, + { + "name": "IMobile", + "dependencies": { + "PlatformOne-Ads-SDK/Mediation": [ + + ], + "ImobileSdkAds": [ + "2.3.4" + ] + }, + "vendored_frameworks": "**/PlatformOneAdsMediationAdapterIMobile.xcframework" + }, + { + "name": "IronSource", + "dependencies": { + "PlatformOne-Ads-SDK/Mediation": [ + + ], + "IronSourceSDK": [ + "8.5.0.0" + ] + }, + "vendored_frameworks": "**/PlatformOneAdsMediationAdapterIronSource.xcframework" + }, + { + "name": "Maio", + "dependencies": { + "PlatformOne-Ads-SDK/Mediation": [ + + ], + "MaioSDK-v2": [ + "2.1.4" + ] + }, + "vendored_frameworks": "**/PlatformOneAdsMediationAdapterMaio.xcframework" + }, + { + "name": "TikTok", + "dependencies": { + "PlatformOne-Ads-SDK/Mediation": [ + + ], + "Ads-Global/BUAdSDK": [ + "6.2.0.7" + ] + }, + "vendored_frameworks": "**/PlatformOneAdsMediationAdapterTikTok.xcframework" + }, + { + "name": "UnityAds", + "dependencies": { + "PlatformOne-Ads-SDK/Mediation": [ + + ], + "UnityAds": [ + "4.11.3" + ] + }, + "vendored_frameworks": "**/PlatformOneAdsMediationAdapterUnityAds.xcframework" + }, + { + "name": "All-Incentivized", + "dependencies": { + "PlatformOne-Ads-SDK/AppLovin": [ + + ], + "PlatformOne-Ads-SDK/IronSource": [ + + ], + "PlatformOne-Ads-SDK/Maio": [ + + ], + "PlatformOne-Ads-SDK/TikTok": [ + + ], + "PlatformOne-Ads-SDK/UnityAds": [ + + ] + } + }, + { + "name": "All-Interstitial", + "dependencies": { + "PlatformOne-Ads-SDK/AppLovin": [ + + ], + "PlatformOne-Ads-SDK/IMobile": [ + + ], + "PlatformOne-Ads-SDK/IronSource": [ + + ], + "PlatformOne-Ads-SDK/Maio": [ + + ], + "PlatformOne-Ads-SDK/TikTok": [ + + ] + } + }, + { + "name": "All-PlatformOne", + "dependencies": { + "PlatformOne-Ads-SDK/GADMediationAdapter": [ + + ], + "PlatformOne-Ads-SDK/All-Incentivized": [ + + ], + "PlatformOne-Ads-SDK/All-Interstitial": [ + + ], + "PlatformOne-Ads-SDK/IronSource": [ + + ] + } + } + ] +}