Smaato/22.4.0.0
This commit is contained in:
Родитель
5f7822dc1a
Коммит
636e70df2d
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче