This reverts commit dfd3d8bee7.
This commit is contained in:
Vedant-Mehta39 2023-07-31 23:51:56 -07:00
Родитель dfd3d8bee7
Коммит b2a2ef3446
3 изменённых файлов: 3 добавлений и 7 удалений

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

@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.authors = 'AppLovin Corporation'
s.name = 'AppLovinMediationCriteoAdapter'
s.version = '5.0.1.0'
s.version = '5.0.0.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.1'
s.dependency 'CriteoPublisherSdk', '= 5.0.0'
s.dependency 'AppLovinSDK'
s.swift_version = '5.0'

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

@ -1,9 +1,5 @@
# Changelog
## 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.1.0"
#define ADAPTER_VERSION @"5.0.0.0"
#define PUB_ID_KEY @"pub_id"
@interface ALCriteoInterstitialDelegate : NSObject <CRInterstitialDelegate>