Criteo/5.0.3.0
This commit is contained in:
Родитель
aab32ab9b3
Коммит
76bbe7e0fb
|
@ -2,7 +2,7 @@ Pod::Spec.new do |s|
|
|||
|
||||
s.authors = 'AppLovin Corporation'
|
||||
s.name = 'AppLovinMediationCriteoAdapter'
|
||||
s.version = '5.0.2.0'
|
||||
s.version = '5.0.3.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.2'
|
||||
s.dependency 'CriteoPublisherSdk', '= 5.0.3'
|
||||
s.dependency 'AppLovinSDK'
|
||||
s.swift_version = '5.0'
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## 5.0.3.0
|
||||
* Certified with Criteo SDK 5.0.3.
|
||||
|
||||
## 5.0.2.0
|
||||
* Certified with Criteo SDK 5.0.2.
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#import "ALCriteoMediationAdapter.h"
|
||||
#import <CriteoPublisherSdk/CriteoPublisherSdk.h>
|
||||
|
||||
#define ADAPTER_VERSION @"5.0.2.0"
|
||||
#define ADAPTER_VERSION @"5.0.3.0"
|
||||
#define PUB_ID_KEY @"pub_id"
|
||||
|
||||
@interface ALCriteoInterstitialDelegate : NSObject <CRInterstitialDelegate>
|
||||
|
|
Загрузка…
Ссылка в новой задаче