[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 5 / 2 / 9 / gujemsiossdk / 3.1.4 / gujemsiossdk.podspec.json
blobba713e0d9ec2e51b0cae77e71a897dd7586e32ef
2   "name": "gujemsiossdk",
3   "version": "3.1.4",
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",
6   "homepage": "https://github.com/GuJEMSAdTech/gujemsiossdk",
7   "license": "BSD",
8   "authors": {
9     "Jens Jensen": "jensen.jens@ems.guj.de",
10     "Michael Brügmann": "mail@michael-bruegmann.de"
11   },
12   "source": {
13     "git": "https://github.com/GuJEMSAdTech/gujemsiossdk.git",
14     "tag": "3.1.4"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "gujemsiossdk": [
23       "Pod/Assets/*.xml",
24       "Pod/Assets/*.png"
25     ]
26   },
27   "vendored_frameworks": "Pod/Assets/TeadsSDK.framework",
28   "resources": "Pod/Assets/TeadsSDKResources.bundle",
29   "public_header_files": "Pod/Classes/*.h",
30   "frameworks": [
31     "CoreMedia",
32     "UIKit",
33     "AVFoundation",
34     "AdSupport",
35     "StoreKit",
36     "CoreMotion",
37     "CoreLocation",
38     "CoreTelephony",
39     "MediaPlayer",
40     "SystemConfiguration"
41   ],
42   "libraries": "xml2",
43   "dependencies": {
44     "Google-Mobile-Ads-SDK": [
45       "~> 7.0"
46     ],
47     "GoogleAds-IMA-iOS-SDK-For-AdMob": [
49     ]
50   }