Skip to content

Commit

Permalink
Release 4.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
elneruda committed Jul 20, 2020
1 parent 669cb9d commit bd85029
Show file tree
Hide file tree
Showing 70 changed files with 672 additions and 8,744 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Teads - iOS MoPub Mediation Adapter

### v4.7.4
_2020-07-20_
- Fixes and improvements

### v4.7.3
_2020-06-29_
- Fixes and improvements
Expand Down
10 changes: 5 additions & 5 deletions MoPub-Teads-Adapters.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Pod::Spec.new do |s|

s.name = 'MoPub-Teads-Adapters'
s.version = '4.7.3'
s.version = '4.7.4'
s.summary = "MoPub Adapter for Teads' iOS SDK"
s.module_name = 'TeadsMoPubAdapter'
s.description = <<-DESC
Use this adapter to include MoPub as a demand source in your mediation waterfall
DESC
Expand All @@ -11,14 +12,13 @@ Pod::Spec.new do |s|
s.license = { :type => 'Copyright', :text => 'Copyright Teads 2020' }
s.authors = { 'Teads' => '[email protected]'}

s.source = { :git => 'https://github.com/teads/TeadsSDK-adapter-mopub-ios.git', :branch => 'master', :tag => "v#{s.version}"}
s.source = { :git => 'https://github.com/teads/TeadsSDK-adapter-mopub-ios.git', :tag => "v#{s.version}"}
s.platform = 'ios'
s.ios.deployment_target = '9.0'
s.static_framework = true
s.requires_arc = true
s.ios.vendored_frameworks = 'TeadsMoPubAdapter.framework'
s.preserve_paths = 'TeadsMoPubAdapter.framework'
s.framework = 'TeadsMoPubAdapter'
s.source_files = 'TeadsMoPubAdapter/**/*{.swift}'
s.swift_versions = ['4.3', '5.0', '5.1']

s.dependency 'TeadsSDK', "#{s.version}"
s.dependency 'mopub-ios-sdk', '>= 5.6'
Expand Down
26 changes: 0 additions & 26 deletions MoPub-Teads-AdaptersPrevious.podspec

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit bd85029

Please sign in to comment.