Skip to content

Commit 9694c38

Browse files
committed
update Admob and Mopub version
1 parent 009e7e0 commit 9694c38

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

TeadsAdMobAdapter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'TeadsAdMobAdapter'
4-
s.version = '5.0.1'
4+
s.version = '5.0.2'
55
s.summary = "AdMob Adapter for Teads' iOS SDK"
66
s.module_name = 'TeadsAdMobAdapter'
77
s.description = <<-DESC
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.license = { :type => 'Copyright', :text => 'Copyright Teads 2021' }
1313
s.authors = { 'Teads' => '[email protected]'}
1414

15-
s.source = { :git => 'https://github.com/teads/TeadsSDK-adapter-admob-ios.git', :tag => "v5.0.0"}
15+
s.source = { :git => 'https://github.com/teads/TeadsSDK-iOS.git', :tag => "v#{s.version}" }
1616
s.platform = 'ios'
1717
s.ios.deployment_target = '10.0'
1818
s.static_framework = true

TeadsMoPubAdapter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'TeadsMoPubAdapter'
4-
s.version = '5.0.1'
4+
s.version = '5.0.2'
55
s.summary = "MoPub Adapter for Teads' iOS SDK"
66
s.module_name = 'TeadsMoPubAdapter'
77
s.description = <<-DESC
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.license = { :type => 'Copyright', :text => 'Copyright Teads 2021' }
1313
s.authors = { 'Teads' => '[email protected]'}
1414

15-
s.source = { :git => 'https://github.com/teads/TeadsSDK-adapter-mopub-ios.git', :branch => "v5"}
15+
s.source = { :git => 'https://github.com/teads/TeadsSDK-iOS.git', :tag => "v#{s.version}" }
1616
s.platform = 'ios'
1717
s.ios.deployment_target = '10.0'
1818
s.static_framework = true

0 commit comments

Comments
 (0)