blob: 57511d312a921f5facf25b5022eb1e9732b2d84a [file] [log] [blame]
{
"name": "MoPub-Chartboost-Adapters",
"version": "8.2.1.0",
"summary": "Chartboost Adapters for mediating through MoPub.",
"description": "Supported ad formats: Banner, Interstitial, Rewarded Video.\n\nTo download and integrate the Chartboost SDK, please check this tutorial: https://answers.chartboost.com/en-us/child_article/ios \n\n\nFor inquiries and support, please reach out to https://answers.chartboost.com/en-us/zingtree.",
"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": "chartboost-8.2.1.0"
},
"platforms": {
"ios": "10.0"
},
"static_framework": true,
"subspecs": [
{
"name": "MoPub",
"dependencies": {
"mopub-ios-sdk/Core": [
"~> 5.13"
]
}
},
{
"name": "Network",
"source_files": "Chartboost/*.{h,m}",
"dependencies": {
"ChartboostSDK": [
"8.2.1"
],
"mopub-ios-sdk/Core": [
"~> 5.13"
]
}
}
]
}