[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 5 / 2 / 9 / gujemsiossdk / 3.2.0-beta-1.1 / gujemsiossdk.podspec.json
blob4f9693ea91b9e09613e3960a30b14121139b9194
2   "name": "gujemsiossdk",
3   "version": "3.2.0-beta-1.1",
4   "summary": "G+J EMS iOS SDK",
5   "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",
6   "homepage": "https://github.com/GuJEMSAdTech/gujemsiossdk",
7   "license": "BSD",
8   "authors": {
9     "Daniel Gerold": "gerold.daniel@ems.guj.de",
10     "Sebastian Otte": "otte.sebastian@ems.guj.de",
11     "Michael Brügmann": "mail@michael-bruegmann.de"
12   },
13   "source": {
14     "git": "https://github.com/GuJEMSAdTech/gujemsiossdk.git",
15     "tag": "3.2.0-beta-1.1"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "Pod/Classes/**/*",
23     "Pod/PubMaticSdk/**/*"
24   ],
25   "resource_bundles": {
26     "gujemsiossdk": [
27       "Pod/Assets/*.xml",
28       "Pod/Assets/*.png"
29     ]
30   },
31   "public_header_files": [
32     "Pod/Classes/*.h",
33     "Pod/PubMaticSdk/*.h"
34   ],
35   "frameworks": [
36     "CoreMedia",
37     "UIKit",
38     "AVFoundation",
39     "AdSupport",
40     "StoreKit",
41     "CoreMotion",
42     "CoreLocation",
43     "CoreTelephony",
44     "MediaPlayer",
45     "SystemConfiguration"
46   ],
47   "libraries": "xml2",
48   "dependencies": {
49     "Google-Mobile-Ads-SDK": [
50       "7.24.1"
51     ],
52     "GoogleAds-IMA-iOS-SDK": [
53       "~> 3.6"
54     ],
55     "FBAudienceNetwork": [
57     ],
58     "mopub-ios-sdk": [
60     ]
61   }