blob: 6e3aea4a26841dec40b4460201434868fc58ea02 [file] [log] [blame]
{
"name": "MintegralAdSDKAdapterForMopub",
"version": "5.8.4.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": "8.0"
},
"source": {
"git": "https://github.com/Mintegral-official/mintegral_mopub_adapter_ios.git",
"tag": "5.8.4.0"
},
"requires_arc": true,
"static_framework": true,
"default_subspecs": "NativeAdAdapter",
"subspecs": [
{
"name": "NativeAdAdapter",
"dependencies": {
"mopub-ios-sdk/MoPubSDK": [
"> 5.0.0"
],
"MintegralAdSDK/NativeAd": [
"5.8.4"
]
},
"source_files": [
"MintegralAdapters/MTGCommon/*.{h,m}",
"MintegralAdapters/MTGNativeAdCustomEvent/*.{h,m}"
]
},
{
"name": "InterstitialVideoAdAdapter",
"dependencies": {
"mopub-ios-sdk/MoPubSDK": [
"> 5.0.0"
],
"MintegralAdSDK/InterstitialVideoAd": [
"5.8.4"
]
},
"source_files": [
"MintegralAdapters/MTGCommon/*.{h,m}",
"MintegralAdapters/MTGInterstitialVideoAdCustomEvent/*.{h,m}"
]
},
{
"name": "RewardVideoAdAdapter",
"dependencies": {
"mopub-ios-sdk/MoPubSDK": [
"> 5.0.0"
],
"MintegralAdSDK/RewardVideoAd": [
"5.8.4"
]
},
"source_files": [
"MintegralAdapters/MTGCommon/*.{h,m}",
"MintegralAdapters/MTGRewardVideoAdCustomEvent/*.{h,m}"
]
},
{
"name": "InterstitialAdAdapter",
"dependencies": {
"mopub-ios-sdk/MoPubSDK": [
"> 5.0.0"
],
"MintegralAdSDK/InterstitialAd": [
"5.8.4"
]
},
"source_files": [
"MintegralAdapters/MTGCommon/*.{h,m}",
"MintegralAdapters/MTGInterstitialAdCustomEvent/*.{h,m}"
]
},
{
"name": "BannerAdAdapter",
"dependencies": {
"mopub-ios-sdk/MoPubSDK": [
"> 5.0.0"
],
"MintegralAdSDK/BannerAd": [
"5.8.4"
]
},
"source_files": [
"MintegralAdapters/MTGCommon/*.{h,m}",
"MintegralAdapters/MTGBannerAdCustomEvent/*.{h,m}"
]
}
]
}