This commit is contained in:
jenkins 2023-08-01 11:52:54 -07:00
Родитель 274336f0ec
Коммит b9c685c0a0
3 изменённых файлов: 8 добавлений и 4 удалений

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

@ -2,8 +2,8 @@ Pod::Spec.new do |s|
s.authors = 'AppLovin Corporation'
s.name = 'AppLovinMediationMyTargetAdapter'
s.version = '5.18.0.1'
s.platform = :ios, '10.0'
s.version = '5.19.0.0'
s.platform = :ios, '12.4'
s.summary = 'MyTarget adapter used for mediation with the AppLovin MAX SDK'
s.homepage = "https://github.com/CocoaPods/Specs/search?o=desc&q=#{s.name}&s=indexed"
s.license =
@ -26,7 +26,7 @@ s.source =
s.vendored_frameworks = "#{s.name}-#{s.version}/#{s.name}.xcframework"
s.dependency 'myTargetSDK', '= 5.18.0'
s.dependency 'myTargetSDK', '= 5.19.0'
s.dependency 'AppLovinSDK'
s.swift_version = '5.0'

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

@ -1,5 +1,9 @@
# Changelog
## 5.19.0.0
* Certified with MyTarget SDK 5.19.0.
* Updated the minimum required iOS version to 12.4 to match MyTarget SDK.
## 5.18.0.1
* Updated minimum Xcode requirement to 14.1.
* Remove deprecated and unnecessary APIs.

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

@ -9,7 +9,7 @@
#import "ALMyTargetMediationAdapter.h"
#import <myTargetSDK/MyTargetSDK.h>
#define ADAPTER_VERSION @"5.18.0.1"
#define ADAPTER_VERSION @"5.19.0.0"
@interface ALMyTargetMediationAdapterInterstitialAdDelegate : NSObject <MTRGInterstitialAdDelegate>
@property (nonatomic, weak) ALMyTargetMediationAdapter *parentAdapter;