This commit is contained in:
jenkins 2023-09-26 09:35:04 -07:00
Родитель f103c71363
Коммит 969c03d6cb
3 изменённых файлов: 6 добавлений и 3 удалений

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

@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.authors = 'AppLovin Corporation'
s.name = 'AppLovinMediationMobileFuseAdapter'
s.version = '1.6.2.0'
s.version = '1.6.3.0'
s.platform = :ios, '10.0'
s.summary = 'MobileFuse 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 'MobileFuseSDK', '= 1.6.2'
s.dependency 'MobileFuseSDK', '= 1.6.3'
s.dependency 'AppLovinSDK'
s.pod_target_xcconfig =

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

@ -1,5 +1,8 @@
# Changelog
## 1.6.3.0
* Certified with MobileFuse SDK 1.6.3.
## 1.6.2.0
* Certified with MobileFuse SDK 1.6.2.

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

@ -16,7 +16,7 @@
#import <MobileFuseSDK/MFRewardedAd.h>
#import <MobileFuseSDK/MFNativeAd.h>
#define ADAPTER_VERSION @"1.6.2.0"
#define ADAPTER_VERSION @"1.6.3.0"
/**
* Enum representing the list of MobileFuse SDK error codes in https://docs.mobilefuse.com/docs/error-codes.