Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions Appodeal/4.3.0/Appodeal.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"name": "Appodeal",
"version": "4.3.0",
"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/Appodeal.zip"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"resource_bundles": {
"AppodealPrivacyInfo": "Appodeal-4.3.0/Appodeal.xcframework/ios-arm64/**/*.xcprivacy"
},
"vendored_frameworks": [
"Appodeal-4.3.0/Appodeal.xcframework",
"Appodeal-4.3.0/AppodealMediationCore.xcframework"
],
"dependencies": {
"Protobuf": [
"= 3.29.3"
],
"StackConsentManager": [
"= 4.1.0"
],
"StackModules": [
"= 3.5.2"
]
},
"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"
}
46 changes: 46 additions & 0 deletions AppodealIABAdapter/3.5.2.0/AppodealIABAdapter.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"name": "AppodealIABAdapter",
"version": "3.5.2.0",
"summary": "Appodeal adapter for AppodealIABAdapter",
"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 AppodealIABAdapter 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/AppodealIABAdapter/3.5.2.0/AppodealIABAdapter.zip"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"vendored_frameworks": [
"AppodealIABAdapter-3.5.2.0/AppodealIABAdapter.xcframework"
],
"dependencies": {
"StackModules": [
"= 3.5.2"
],
"Appodeal": [
">= 4.0.0",
"< 5.0.0"
]
},
"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"
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"= 7.18.4"
],
"DivKit": [
"= 32.51.0"
"= 32.57.0"
],
"Appodeal": [
">= 4.0.0",
Expand Down