-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Add] ChartboostMediationAdapterVungle 4.7.1.0.0
- Loading branch information
1 parent
9943bce
commit 9c6954e
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
.../ChartboostMediationAdapterVungle/4.7.1.0.0/ChartboostMediationAdapterVungle.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |