[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / a / TeadsAdMobAdapter / 5.0.4 / TeadsAdMobAdapter.podspec.json
blob94582e6863e6fbd7df37cb851966502cc88aee5e
2   "name": "TeadsAdMobAdapter",
3   "version": "5.0.4",
4   "summary": "AdMob Adapter for Teads' iOS SDK",
5   "module_name": "TeadsAdMobAdapter",
6   "description": "Use this adapter to include AdMob as a demand source in your mediation waterfall",
7   "homepage": "https://github.com/teads/TeadsSDK-adapter-admob-ios",
8   "documentation_url": "https://support.teads.tv/support/solutions/articles/36000166678-google-ad-manager-and-admob-mediation-ios",
9   "license": {
10     "type": "Copyright",
11     "text": "Copyright Teads 2021"
12   },
13   "authors": {
14     "Teads": "support-sdk@teads.tv"
15   },
16   "source": {
17     "git": "https://github.com/teads/TeadsSDK-iOS.git",
18     "tag": "v5.0.4"
19   },
20   "platforms": {
21     "ios": "10.0"
22   },
23   "static_framework": true,
24   "requires_arc": true,
25   "source_files": [
26     "MediationAdapters/TeadsAdMobAdapter/**/*{.swift}",
27     "MediationAdapters/Common/*{.swift}"
28   ],
29   "dependencies": {
30     "TeadsSDK": [
31       "5.0.4"
32     ],
33     "Google-Mobile-Ads-SDK": [
34       ">= 8.0"
35     ]
36   },
37   "pod_target_xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
39   },
40   "user_target_xcconfig": {
41     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386"
42   }