[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 2 / 9 / gujemsiossdk / 3.2.0 / gujemsiossdk.podspec.json
blob8845f0dfbc702ceb8264deb9e1094468da2486d3
2   "name": "gujemsiossdk",
3   "version": "3.2.0",
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"
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   "vendored_frameworks": "Pod/Assets/SCMobileSDK.framework",
32   "public_header_files": [
33     "Pod/Classes/*.h",
34     "Pod/PubMaticSdk/*.h"
35   ],
36   "frameworks": [
37     "CoreMedia",
38     "UIKit",
39     "AVFoundation",
40     "AdSupport",
41     "StoreKit",
42     "CoreMotion",
43     "CoreLocation",
44     "CoreTelephony",
45     "MediaPlayer",
46     "SystemConfiguration"
47   ],
48   "libraries": "xml2",
49   "dependencies": {
50     "Google-Mobile-Ads-SDK": [
51       "7.24.1"
52     ],
53     "GoogleAds-IMA-iOS-SDK": [
54       "~> 3.6"
55     ],
56     "FBAudienceNetwork": [
58     ],
59     "mopub-ios-sdk": [
61     ]
62   }