From 6564390e7d23d8ae0e77dc53b5417e5ac4a61a25 Mon Sep 17 00:00:00 2001 From: Ezgi Ustunel Date: Fri, 20 May 2022 12:55:23 +0200 Subject: [PATCH] [Add] AMRAdapterAdmob-Beta 9.5.0.0 --- .../9.5.0.0/AMRAdapterAdmob-Beta.podspec.json | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Specs/c/0/5/AMRAdapterAdmob-Beta/9.5.0.0/AMRAdapterAdmob-Beta.podspec.json diff --git a/Specs/c/0/5/AMRAdapterAdmob-Beta/9.5.0.0/AMRAdapterAdmob-Beta.podspec.json b/Specs/c/0/5/AMRAdapterAdmob-Beta/9.5.0.0/AMRAdapterAdmob-Beta.podspec.json new file mode 100644 index 000000000000..ae35fffe1662 --- /dev/null +++ b/Specs/c/0/5/AMRAdapterAdmob-Beta/9.5.0.0/AMRAdapterAdmob-Beta.podspec.json @@ -0,0 +1,37 @@ +{ + "name": "AMRAdapterAdmob-Beta", + "version": "9.5.0.0", + "license": { + "type": "Copyright", + "text": "\t\t\t\t\t\t\t\t\t\t\t\t\t\tCopyright 2016\n\t\t\t\t\t\t\t\t\t\t\t\t\t\tAdmost Mediation Limited.\n" + }, + "homepage": "http://www.admost.com/", + "authors": { + "Admost Mediation Limited": "amr@admost.com" + }, + "summary": "Admob adapter for AMR SDK.", + "description": "AMR Admob adapter allows publishers to mediate Admob banner, native, interstitial and video ads in AMR SDK.", + "source": { + "git": "https://github.com/admost/AMR-IOS-ADAPTER-ADMOB.git", + "tag": "9.5.0.0" + }, + "documentation_url": "https://admost.github.io/amrios/", + "platforms": { + "ios": "11.0" + }, + "vendored_frameworks": "AMRAdapterAdmob/Libs/AMRAdapterAdmob.xcframework", + "pod_target_xcconfig": { + "OTHER_LDFLAGS": "-ObjC -lc++", + "VALID_ARCHS": "arm64 armv7 x86_64", + "VALID_ARCHS[sdk=iphoneos*]": "armv7 arm64", + "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64" + }, + "dependencies": { + "AMRSDK-Beta": [ + "~> 1.5.7" + ], + "Google-Mobile-Ads-SDK": [ + "9.5.0.0" + ] + } +} -- 2.11.4.GIT