This commit is contained in:
jenkins 2023-09-14 03:35:45 -07:00
Родитель e85e3b77e5
Коммит 35e0c4daa3
3 изменённых файлов: 6 добавлений и 3 удалений

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

@ -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>