[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 2 / 9 / gujemsiossdk / 3.0.0-beta-6 / gujemsiossdk.podspec.json
blob91303a6a94be392c6a37c03d82c46c3ead2453e8
2   "name": "gujemsiossdk",
3   "version": "3.0.0-beta-6",
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.0.0-beta-6"
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     ]
25   },
26   "ios": {
27     "vendored_libraries": "Pod/Assets/libAdapterFacebook.a"
28   },
29   "public_header_files": "Pod/Classes/*.h",
30   "frameworks": [
31     "UIKit",
32     "AVFoundation",
33     "AdSupport",
34     "StoreKit",
35     "CoreMotion",
36     "CoreLocation"
37   ],
38   "dependencies": {
39     "Google-Mobile-Ads-SDK": [
40       "~> 7.0"
41     ],
42     "FBSDKCoreKit": [
43       "~> 4.4.0"
44     ],
45     "FBSDKLoginKit": [
46       "~> 4.4.0"
47     ],
48     "FBSDKShareKit": [
49       "~> 4.4.0"
50     ],
51     "FBAudienceNetwork": [
52       "~> 4.1.0"
53     ],
54     "GoogleAds-IMA-iOS-SDK-For-AdMob": [
55       "3.0.beta.15"
56     ]
57   }