blob: 8845f0dfbc702ceb8264deb9e1094468da2486d3 [file] [log] [blame]
{
"name": "gujemsiossdk",
"version": "3.2.0",
"summary": "G+J EMS iOS SDK",
"description": "G+J EMS iOS SDK\n\n* Includes the Google-Mobile-Ads-SDK\n* Easily integrate Banner Ads, Interstitials and Native Ads into your App by creating an\n AdViewContext summarizing all meta information needed to load the ads from the Google DFP Server\n* Includes the GoogleAds-IMA-iOS-SDK-For-AdMob\n* Integrate preroll videos by loading VAST files from the Google DFP Server\n* Version 3.x.x replaces the G+J EMS iOS SDK 2.1.x based on Amobee ad server, while keeping the same interfaces\n* Internal mapping of previously used AdSpace IDs to new AdUnit IDs\n* Inflow Ads",
"homepage": "https://github.com/GuJEMSAdTech/gujemsiossdk",
"license": "BSD",
"authors": {
"Daniel Gerold": "gerold.daniel@ems.guj.de",
"Sebastian Otte": "otte.sebastian@ems.guj.de",
"Michael Brügmann": "mail@michael-bruegmann.de"
},
"source": {
"git": "https://github.com/GuJEMSAdTech/gujemsiossdk.git",
"tag": "3.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/**/*",
"Pod/PubMaticSdk/**/*"
],
"resource_bundles": {
"gujemsiossdk": [
"Pod/Assets/*.xml",
"Pod/Assets/*.png"
]
},
"vendored_frameworks": "Pod/Assets/SCMobileSDK.framework",
"public_header_files": [
"Pod/Classes/*.h",
"Pod/PubMaticSdk/*.h"
],
"frameworks": [
"CoreMedia",
"UIKit",
"AVFoundation",
"AdSupport",
"StoreKit",
"CoreMotion",
"CoreLocation",
"CoreTelephony",
"MediaPlayer",
"SystemConfiguration"
],
"libraries": "xml2",
"dependencies": {
"Google-Mobile-Ads-SDK": [
"7.24.1"
],
"GoogleAds-IMA-iOS-SDK": [
"~> 3.6"
],
"FBAudienceNetwork": [
],
"mopub-ios-sdk": [
]
}
}