blob: 6d0625eff04bf3559ce9f63fe9cbac07ace1630f [file] [log] [blame]
{
"name": "MoPub-AdColony-Adapters",
"version": "4.3.0.2",
"summary": "AdColony Adapters for mediating through MoPub.",
"description": "Supported ad formats: Interstitial, Rewarded Video.\n\nTo download and integrate the AdColony SDK, please check this tutorial: https://github.com/AdColony/AdColony-iOS-SDK-3/wiki. \n\n\nFor inquiries and support, please email support@adcolony.com.",
"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": "adcolony-4.3.0.2"
},
"platforms": {
"ios": "10.0"
},
"static_framework": true,
"subspecs": [
{
"name": "MoPub",
"dependencies": {
"mopub-ios-sdk/Core": [
"~> 5.13"
]
}
},
{
"name": "Network",
"source_files": "AdColony/*.{h,m}",
"dependencies": {
"AdColony": [
"4.3.0"
],
"mopub-ios-sdk/Core": [
"~> 5.13"
]
}
}
]
}