Skip to content

Commit

Permalink
Vungle/6.12.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Mar 2, 2023
1 parent 9eeda3f commit 0f05236
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 61 deletions.
5 changes: 3 additions & 2 deletions Vungle/AppLovinMediationVungleAdapter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|

s.authors = 'AppLovin Corporation'
s.name = 'AppLovinMediationVungleAdapter'
s.version = '6.12.2.0'
s.version = '6.12.2.1'
s.platform = :ios, '10.0'
s.summary = 'Vungle adapter used for mediation with the AppLovin MAX SDK'
s.homepage = "https://github.com/CocoaPods/Specs/search?o=desc&q=#{s.name}&s=indexed"
Expand Down Expand Up @@ -33,7 +33,8 @@ s.pod_target_xcconfig =
{
'VALID_ARCHS' => 'arm64 arm64e armv7 armv7s x86_64',
'VALID_ARCHS[sdk=iphoneos*]' => 'arm64 arm64e armv7 armv7s',
'VALID_ARCHS[sdk=iphonesimulator*]' => 'arm64 arm64e x86_64'
'VALID_ARCHS[sdk=iphonesimulator*]' => 'arm64 arm64e x86_64',
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386'
}

s.description = <<-DESC
Expand Down
3 changes: 3 additions & 0 deletions Vungle/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 6.12.2.1
* Add Support for native banner and MREC ads.

## 6.12.2.0
* Certified with Vungle SDK 6.12.2.

Expand Down
Loading

0 comments on commit 0f05236

Please sign in to comment.