This commit is contained in:
jenkins 2023-09-25 15:42:10 -07:00
Родитель 6627e5f527
Коммит a91207d76a
3 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.authors = 'AppLovin Corporation'
s.name = 'AppLovinMediationGoogleAdManagerAdapter'
s.version = '10.10.0.0'
s.version = '10.11.0.0'
s.platform = :ios, '11.0'
s.summary = 'Google Ad Manager adapter used for mediation with the AppLovin MAX SDK'
s.homepage = "https://github.com/CocoaPods/Specs/search?o=desc&q=#{s.name}&s=indexed"
@ -26,7 +26,7 @@ s.source =
s.vendored_frameworks = "#{s.name}-#{s.version}/#{s.name}.xcframework"
s.dependency 'Google-Mobile-Ads-SDK', '= 10.10.0'
s.dependency 'Google-Mobile-Ads-SDK', '= 10.11.0'
s.dependency 'AppLovinSDK'
s.description = <<-DESC

Просмотреть файл

@ -1,5 +1,8 @@
# Changelog
## 10.11.0.0
* Certified with GoogleAdManager SDK 10.11.0.
## 10.10.0.0
* Certified with GoogleAdManager SDK 10.10.0.

Просмотреть файл

@ -9,7 +9,7 @@
#import "ALGoogleAdManagerMediationAdapter.h"
#import <GoogleMobileAds/GoogleMobileAds.h>
#define ADAPTER_VERSION @"10.10.0.0"
#define ADAPTER_VERSION @"10.11.0.0"
#define TITLE_LABEL_TAG 1
#define MEDIA_VIEW_CONTAINER_TAG 2