Skip to content

Commit

Permalink
[Add] ChartboostMediationAdapterVungle 4.7.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
helium-service authored and CocoaPodsBot committed Oct 20, 2023
1 parent 9943bce commit 9c6954e
Showing 1 changed file with 40 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "ChartboostMediationAdapterVungle",
"version": "4.7.1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"homepage": "https://github.com/ChartBoost/chartboost-mediation-ios-adapter-vungle",
"authors": {
"Chartboost": "https://www.chartboost.com/"
},
"summary": "Chartboost Mediation iOS SDK Vungle adapter.",
"description": "Vungle Adapters for mediating through Chartboost Mediation. Supported ad formats: Banner, Interstitial, and Rewarded.",
"module_name": "ChartboostMediationAdapterVungle",
"source": {
"git": "https://github.com/ChartBoost/chartboost-mediation-ios-adapter-vungle.git",
"tag": "4.7.1.0.0"
},
"source_files": "Source/**/*.{swift}",
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"dependencies": {
"ChartboostMediationSDK": [
"~> 4.0"
],
"VungleAds": [
"~> 7.1.0"
]
},
"static_framework": true,
"swift_version": "5.0"
}

0 comments on commit 9c6954e

Please sign in to comment.