blob: b8a49f6f8bb28011fbf17a9f928201a0d83bae39 [file] [log] [blame]
{
"name": "MoPub-Applovin-Adapters",
"version": "6.8.1.0",
"summary": "Applovin Adapters for mediating through MoPub.",
"description": "Supported ad formats: Banners, Interstitial, Rewarded Video and Native.\n\nTo download and integrate the Applovin SDK, please check this page: https://www.applovin.com/integration#iosMoPubIntegration. \n\n\nFor inquiries and support, please visit https://www.applovin.com/support",
"homepage": "https://github.com/mopub/mopub-ios-mediation",
"license": {
"type": "New BSD",
"file": "LICENSE"
},
"authors": {
"MoPub": "support@mopub.com"
},
"source": {
"git": "https://github.com/mopub/mopub-ios-mediation.git",
"tag": "applovin-6.8.1.0"
},
"platforms": {
"ios": "9.0"
},
"static_framework": true,
"subspecs": [
{
"name": "MoPub",
"dependencies": {
"mopub-ios-sdk/Core": [
"~> 5.6"
]
}
},
{
"name": "Network",
"source_files": "Applovin/*.{h,m}",
"dependencies": {
"AppLovinSDK": [
"6.8.1"
],
"mopub-ios-sdk/Core": [
"~> 5.6"
]
}
}
]
}