blob: 03e1b8d363591a9ab8b0ef0167fafed64c0fcd25 [file] [log] [blame]
{
"name": "MintegralAdSDKAdapterForMopub",
"version": "5.8.5.0",
"summary": "Mintegral Network CustomEvent for Mopub Ad Mediation",
"homepage": "http://cdn-adn.rayjump.com/cdn-adn/v2/markdown_v2/index.html?file=sdk-m_sdk-ios&lang=en",
"description": "Mintegral's AdSDK allows you to monetize your iOS and Android apps with Mintegral ads. And this CustomEvent for use Mintegral via Mopub sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Mintegral",
"social_media_url": "https://www.facebook.com/mintegral.official",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Mintegral-official/mintegral_mopub_adapter_ios.git",
"tag": "5.8.5.0"
},
"requires_arc": true,
"static_framework": true,
"default_subspecs": "NativeAdAdapter",
"subspecs": [
{
"name": "NativeAdAdapter",
"dependencies": {
"mopub-ios-sdk/MoPubSDK": [
"> 5.0.0"
],
"MintegralAdSDK/BidNativeAd": [
"5.8.5"
]
},
"source_files": [
"MintegralAdapters/MTGCommon/*",
"MintegralAdapters/MTGNativeAdCustomEvent/*"
]
},
{
"name": "InterstitialVideoAdAdapter",
"dependencies": {
"mopub-ios-sdk/MoPubSDK": [
"> 5.0.0"
],
"MintegralAdSDK/BidInterstitialVideoAd": [
"5.8.5"
]
},
"source_files": [
"MintegralAdapters/MTGCommon/*",
"MintegralAdapters/MTGInterstitialVideoAdCustomEvent/*"
]
},
{
"name": "RewardVideoAdAdapter",
"dependencies": {
"mopub-ios-sdk/MoPubSDK": [
"> 5.0.0"
],
"MintegralAdSDK/BidRewardVideoAd": [
"5.8.5"
]
},
"source_files": [
"MintegralAdapters/MTGCommon/*",
"MintegralAdapters/MTGRewardVideoAdCustomEvent/*"
]
},
{
"name": "BannerAdAdapter",
"dependencies": {
"mopub-ios-sdk/MoPubSDK": [
"> 5.0.0"
],
"MintegralAdSDK/BidBannerAd": [
"5.8.5"
]
},
"source_files": [
"MintegralAdapters/MTGCommon/*",
"MintegralAdapters/MTGBannerAdCustomEvent/*"
]
}
]
}