blob: 513f95b302602dc3a2ca63e5c3f96d704ffdb2c6 [file] [log] [blame]
{
"name": "gujemsiossdk",
"version": "3.1.8",
"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": {
"Jens Jensen": "jensen.jens@ems.guj.de",
"Michael Brügmann": "mail@michael-bruegmann.de"
},
"source": {
"git": "https://github.com/GuJEMSAdTech/gujemsiossdk.git",
"tag": "3.1.8"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"gujemsiossdk": [
"Pod/Assets/*.xml",
"Pod/Assets/*.png"
]
},
"vendored_frameworks": "Pod/Assets/TeadsSDK.framework",
"resources": "Pod/Assets/TeadsSDKResources.bundle",
"public_header_files": "Pod/Classes/*.h",
"frameworks": [
"CoreMedia",
"UIKit",
"AVFoundation",
"AdSupport",
"StoreKit",
"CoreMotion",
"CoreLocation",
"CoreTelephony",
"MediaPlayer",
"SystemConfiguration"
],
"libraries": "xml2",
"dependencies": {
"Google-Mobile-Ads-SDK": [
"~> 7.0"
],
"GoogleAds-IMA-iOS-SDK-For-AdMob": [
]
}
}