Nend/8.2.0.0
This commit is contained in:
Родитель
e85e3b77e5
Коммит
35e0c4daa3
|
@ -2,7 +2,7 @@ Pod::Spec.new do |s|
|
|||
|
||||
s.authors = 'AppLovin Corporation'
|
||||
s.name = 'AppLovinMediationNendAdapter'
|
||||
s.version = '8.1.0.0'
|
||||
s.version = '8.2.0.0'
|
||||
s.platform = :ios, '11.0'
|
||||
s.summary = 'Nend 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,7 +26,7 @@ s.source =
|
|||
|
||||
s.vendored_frameworks = "#{s.name}-#{s.version}/#{s.name}.xcframework"
|
||||
|
||||
s.dependency 'NendSDK_iOS', '= 8.1.0'
|
||||
s.dependency 'NendSDK_iOS', '= 8.2.0'
|
||||
s.dependency 'AppLovinSDK'
|
||||
|
||||
s.description = <<-DESC
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# Changelog
|
||||
|
||||
## 8.2.0.0
|
||||
* Certified with Nend SDK 8.2.0.
|
||||
|
||||
## 8.1.0.0
|
||||
* Certified with Nend SDK 8.1.0.
|
||||
* Updated minimum Xcode requirement to 14.1.
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#import <NendAd/NendAd.h>
|
||||
#import <NendAd/NADLogger.h>
|
||||
|
||||
#define ADAPTER_VERSION @"8.1.0.0"
|
||||
#define ADAPTER_VERSION @"8.2.0.0"
|
||||
#define NSSTRING(_X) ( (_X != NULL) ? [NSString stringWithCString: _X encoding: NSStringEncodingConversionAllowLossy] : nil)
|
||||
|
||||
@interface ALNendMediationAdapterInterstitialAdDelegate : NSObject <NADInterstitialVideoDelegate>
|
||||
|
|
Загрузка…
Ссылка в новой задаче