[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / a / TeadsAdMobAdapter / 5.0.21 / TeadsAdMobAdapter.podspec.json
blobeb3cb552812f931e1c47d81e6747d225145344c8
2   "name": "TeadsAdMobAdapter",
3   "version": "5.0.21",
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-iOS",
8   "documentation_url": "https://support.teads.tv/support/solutions/articles/36000314767-inread-google-ad-manager-and-admob-mediation",
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": "5.0.21"
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.21"
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   }