blob: f1902331cdbf54f7b9a11c5e53d2f4d9bd7c7adb [file] [log] [blame]
{
"name": "gjg-MoPub-Vungle-Adapters",
"version": "6.3.2.6",
"summary": "Vungle Adapters for mediating through MoPub.",
"description": "Supported ad formats: Interstitial, Rewarded Video.\n\nTo download and integrate the Vungle SDK, please check this tutorial: https://dashboard.vungle.com/sdk.\n\n\nFor inquiries and support, please utilize the support page: https://support.vungle.com/hc/en-us/requests/new.",
"homepage": "https://github.com/arkenthera/mopub-ios-mediation",
"license": {
"type": "New BSD",
"file": "LICENSE"
},
"authors": {
"MoPub": "support@mopub.com"
},
"source": {
"git": "https://github.com/arkenthera/mopub-ios-mediation.git",
"tag": "gjg-vungle-6.3.2.6"
},
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"subspecs": [
{
"name": "MoPub",
"dependencies": {
"gjg-mopub-ios-sdk/Core": [
"~> 5.7"
]
}
},
{
"name": "Network",
"source_files": "Vungle/*.{h,m}",
"dependencies": {
"VungleSDK-iOS": [
"6.3.2"
],
"gjg-mopub-ios-sdk/Core": [
"~> 5.7"
]
}
}
]
}