blob: 33d2cfbc656ba9f868ce2d20accff794f25d1f32 [file] [log] [blame]
{
"name": "gujemsiossdk",
"version": "3.0.1",
"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",
"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.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"gujemsiossdk": [
"Pod/Assets/*.xml"
]
},
"ios": {
"vendored_libraries": "Pod/Assets/libAdapterFacebook.a"
},
"public_header_files": "Pod/Classes/*.h",
"frameworks": [
"UIKit",
"AVFoundation",
"AdSupport",
"StoreKit",
"CoreMotion",
"CoreLocation"
],
"dependencies": {
"Google-Mobile-Ads-SDK": [
"~> 7.0"
],
"FBSDKCoreKit": [
"~> 4.4.0"
],
"FBSDKLoginKit": [
"~> 4.4.0"
],
"FBSDKShareKit": [
"~> 4.4.0"
],
"FBAudienceNetwork": [
"~> 4.1.0"
],
"GoogleAds-IMA-iOS-SDK-For-AdMob": [
"3.0.beta.15"
]
}
}