This commit is contained in:
jenkins 2023-09-22 06:35:20 -07:00
Родитель 5f7822dc1a
Коммит 636e70df2d
3 изменённых файлов: 7 добавлений и 4 удалений

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

@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.authors = 'AppLovin Corporation'
s.name = 'AppLovinMediationSmaatoAdapter'
s.version = '22.3.0.0'
s.version = '22.4.0.0'
s.platform = :ios, '9.0'
s.summary = 'Smaato 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,8 +26,8 @@ s.source =
s.vendored_frameworks = "#{s.name}-#{s.version}/#{s.name}.xcframework"
s.dependency 'smaato-ios-sdk', '= 22.3.0'
s.dependency 'smaato-ios-sdk/InApp', '= 22.3.0'
s.dependency 'smaato-ios-sdk', '= 22.4.0'
s.dependency 'smaato-ios-sdk/InApp', '= 22.4.0'
s.dependency 'AppLovinSDK'
s.description = <<-DESC

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

@ -1,5 +1,8 @@
# Changelog
## 22.4.0.0
* Certified with Smaato SDK 22.4.0.
## 22.3.0.0
* Certified with Smaato SDK 22.3.0.

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

@ -14,7 +14,7 @@
#import <SmaatoSDKNative/SmaatoSDKNative.h>
#import <SmaatoSDKInAppBidding/SmaatoSDKInAppBidding.h>
#define ADAPTER_VERSION @"22.3.0.0"
#define ADAPTER_VERSION @"22.4.0.0"
/**
* Router for interstitial/rewarded ad events.