blob: aea17db37dba3f24bfc900a53ddf1626ec8383af [file] [log] [blame]
{
"name": "MoPub-SnapAudienceNetwork-Adapters",
"version": "1.0.8.1",
"summary": "SnapAudienceNetwork Adapters for mediating through MoPub.",
"description": "Supported ad formats: Interstitial.\n\nTo download and integrate the SnapAudienceNetwork SDK, please check this tutorial: https://kit.snapchat.com/docs/ad-kit-ios. \n\n\nFor inquiries and support, please utilize the support page: https://support.snapchat.com/en-US/co/snap-kit-contact/.",
"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": "snapaudiencenetwork-1.0.8.1"
},
"platforms": {
"ios": "10.0"
},
"static_framework": true,
"subspecs": [
{
"name": "MoPub",
"dependencies": {
"mopub-ios-sdk/Core": [
"~> 5.16.1"
]
}
},
{
"name": "Network",
"source_files": "SnapAudienceNetwork/*.{h,m}",
"dependencies": {
"SAKSDK": [
"1.0.8"
],
"mopub-ios-sdk/Core": [
"~> 5.16.1"
]
}
}
]
}