blob: f3b5154417cb9ae04e4163cc7235d592b978ee2c [file] [log] [blame]
{
"name": "Dravya-UnityAds-Adapters-forked",
"version": "3.0.0.1",
"summary": "Unity Adapters for mediating through MoPub.",
"description": "Supported ad formats: Interstitial, Rewarded Video.\n\nTo download and integrate the Unity Ads SDK, please check this tutorial: https://github.com/Unity-Technologies/unity-ads-iOS/releases.\n\n\nFor inquiries and support, please email unityads-support@unity3d.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/dravyan/mopub-ios-mediation.git",
"tag": "unityads-3.0.0.1"
},
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"source_files": "UnityAds/*.{h,m}",
"subspecs": [
{
"name": "MoPub",
"dependencies": {
"mopub-ios-sdk": [
"~> 5.5"
]
}
},
{
"name": "Network",
"dependencies": {
"UnityAds": [
"3.0.0"
]
}
}
]
}