| { |
| "name": "gjg-MoPub-Vungle-Adapters", |
| "version": "6.4.3.0", |
| "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.4.3.0" |
| }, |
| "platforms": { |
| "ios": "9.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.4.3" |
| ], |
| "gjg-mopub-ios-sdk/Core": [ |
| "~> 5.7" |
| ] |
| } |
| } |
| ] |
| } |