| { |
| "name": "gjg-MoPub-TapJoy-Adapters", |
| "version": "12.3.1.2", |
| "summary": "TapJoy Adapters for mediating through MoPub.", |
| "description": "Supported ad formats: Interstitial, Rewarded Video.\n\nTo download and integrate the TapJoy SDK, please check this tutorial: https://dev.tapjoy.com/sdk-integration/ios/getting-started-guide-publishers-ios/ \n\n\nFor inquiries and support, please email https://dev.tapjoy.com/contact-support/.", |
| "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-tapjoy-12.3.1.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "static_framework": true, |
| "subspecs": [ |
| { |
| "name": "MoPub", |
| "dependencies": { |
| "gjg-mopub-ios-sdk/Core": [ |
| "~> 5.7" |
| ] |
| } |
| }, |
| { |
| "name": "Network", |
| "source_files": "Tapjoy/*.{h,m}", |
| "dependencies": { |
| "TapjoySDK": [ |
| "12.3.1" |
| ], |
| "gjg-mopub-ios-sdk/Core": [ |
| "~> 5.7" |
| ] |
| } |
| } |
| ] |
| } |