This commit is contained in:
jenkins 2023-08-01 11:46:24 -07:00
Родитель b2a2ef3446
Коммит 274336f0ec
3 изменённых файлов: 10 добавлений и 3 удалений

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

@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.authors = 'AppLovin Corporation'
s.name = 'AppLovinMediationCriteoAdapter'
s.version = '5.0.0.0'
s.version = '5.0.2.0'
s.platform = :ios, '12.0'
s.summary = 'Criteo adapter used for mediation with the AppLovin MAX SDK'
s.homepage = "https://github.com/CocoaPods/Specs/search?o=desc&q=#{s.name}&s=indexed"
@ -27,7 +27,7 @@ s.source =
s.vendored_frameworks = "#{s.name}-#{s.version}/#{s.name}.xcframework"
s.dependency 'CriteoPublisherSdk', '= 5.0.0'
s.dependency 'CriteoPublisherSdk', '= 5.0.2'
s.dependency 'AppLovinSDK'
s.swift_version = '5.0'

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

@ -1,5 +1,12 @@
# Changelog
## 5.0.2.0
* Certified with Criteo SDK 5.0.2.
## 5.0.1.0
* Certified with Criteo SDK 5.0.1.
* Updated minimum Xcode requirement to 14.1.
## 5.0.0.0
* Certified with Criteo SDK 5.0.0.
* Updated minimum Xcode requirement to 14.0.

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

@ -9,7 +9,7 @@
#import "ALCriteoMediationAdapter.h"
#import <CriteoPublisherSdk/CriteoPublisherSdk.h>
#define ADAPTER_VERSION @"5.0.0.0"
#define ADAPTER_VERSION @"5.0.2.0"
#define PUB_ID_KEY @"pub_id"
@interface ALCriteoInterstitialDelegate : NSObject <CRInterstitialDelegate>