| { |
| "name": "mo-droot-adapter", |
| "version": "1.1.1.0", |
| "summary": "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/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", |
| "commit": "0318061b76eccbe8bbf04eec46d52f6d124f0eee" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "static_framework": true, |
| "source_files": "Vungle/*.{h,m}", |
| "subspecs": [ |
| { |
| "name": "MoPub", |
| "dependencies": { |
| "mopub-ios-sdk": [ |
| "~> 5.5" |
| ] |
| } |
| }, |
| { |
| "name": "Network", |
| "dependencies": { |
| "VungleSDK-iOS": [ |
| "6.3.2" |
| ] |
| } |
| } |
| ] |
| } |