From b1b0c981492c8e9ba0690f837931bdd66ea3a21d Mon Sep 17 00:00:00 2001 From: appodeal-bot Date: Tue, 23 Jun 2026 16:00:15 +0200 Subject: [PATCH] Add podspecs: Appodeal-4.3.0-alpha.2 --- Appodeal/4.3.0-alpha.2/Appodeal.podspec.json | 52 ++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 Appodeal/4.3.0-alpha.2/Appodeal.podspec.json diff --git a/Appodeal/4.3.0-alpha.2/Appodeal.podspec.json b/Appodeal/4.3.0-alpha.2/Appodeal.podspec.json new file mode 100644 index 00000000..c95006e7 --- /dev/null +++ b/Appodeal/4.3.0-alpha.2/Appodeal.podspec.json @@ -0,0 +1,52 @@ +{ + "name": "Appodeal", + "version": "4.3.0-alpha.2", + "summary": "Appodeal iOS Framework", + "description": "Appodeal's supply-side platform is designed and built by veteran publishers,for publishers. Appodeal is not an ad network; it is a new approach to monetizing for publishers.\nThe platform is a large auction house, accompanied by a mediation layer, that exposes a publisher's inventory to all available buyers on the market via relationships with every major ad network, RTB exchange, and DSP. Appodeal showcases publisher inventory to the advertiser, and offers the highest rate in real time.\nAppodeal's goal is to cater to the needs of the publisher, not the advertiser, so you always know that you're in good hands.", + "homepage": "https://appodeal.com", + "license": { + "type": "Commercial License", + "text": "Copyright 2026. Appodeal Inc. All rights reserved.\nThe Appodeal is available under a commercial license (https://appodeal.com/sdk-license-agreement)." + }, + "authors": { + "Appodeal, Inc": "https://appodeal.com" + }, + "platforms": { + "ios": "12.0" + }, + "source": { + "http": "https://s3-us-west-1.amazonaws.com/appodeal-ios/Appodeal/Modular/Appodeal/4.3.0-alpha.2/Appodeal.zip" + }, + "swift_versions": [ + "4.0", + "4.2", + "5.0" + ], + "resource_bundles": { + "AppodealPrivacyInfo": "Appodeal-4.3.0-alpha.2/Appodeal.xcframework/ios-arm64/**/*.xcprivacy" + }, + "vendored_frameworks": [ + "Appodeal-4.3.0-alpha.2/Appodeal.xcframework", + "Appodeal-4.3.0-alpha.2/AppodealMediationCore.xcframework" + ], + "dependencies": { + "Protobuf": [ + "= 3.29.3" + ], + "StackConsentManager": [ + "= 4.1.0" + ], + "StackModules": [ + "= 3.5.1" + ] + }, + "pod_target_xcconfig": { + "OTHER_LDFLAGS": "-lObjC", + "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7", + "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64" + }, + "user_target_xcconfig": { + "OTHER_LDFLAGS": "-lObjC" + }, + "swift_version": "5.0" +} \ No newline at end of file