[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / 5 / 1 / AppierAdsAdMobMediation / 1.2.1 / AppierAdsAdMobMediation.podspec.json
blob100caff93ecca22b2d75eb6c93ec010b9c554d59
2   "name": "AppierAdsAdMobMediation",
3   "version": "1.2.1",
4   "summary": "Appier adapter used for mediation with the Google Mobile Ads SDK",
5   "homepage": "https://www.appier.com",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Appier": "appier-ssp-dev@appier.com"
12   },
13   "platforms": {
14     "ios": "12.0"
15   },
16   "source": {
17     "git": "https://github.com/appier/ads-ios-sdk.git",
18     "tag": "admob-mediation-v1.2.1"
19   },
20   "ios": {
21     "vendored_frameworks": "AppierAdsAdMobMediation.xcframework"
22   },
23   "frameworks": "Foundation",
24   "requires_arc": true,
25   "static_framework": true,
26   "user_target_xcconfig": {
27     "OTHER_LDFLAGS": "-lObjC"
28   },
29   "readme": "https://github.com/appier/ads-ios-sdk/blob/main/README_ADMOB_MEDIATION.md",
30   "dependencies": {
31     "Google-Mobile-Ads-SDK": [
32       "~> 9.5"
33     ],
34     "AppierAds": [
35       "~> 1.2"
36     ]
37   }