Skip to content

Commit cddd591

Browse files
committed
update podspecs to match 5.0.5, change tag format targetting
1 parent 3421825 commit cddd591

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.4'
4+
s.version = '5.0.5'
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-iOS.git', :tag => "v#{s.version}" }
15+
s.source = { :git => 'https://github.com/teads/TeadsSDK-iOS.git', :tag => "#{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.4'
4+
s.version = '5.0.5'
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-iOS.git', :tag => "v#{s.version}" }
15+
s.source = { :git => 'https://github.com/teads/TeadsSDK-iOS.git', :tag => "#{s.version}" }
1616
s.platform = 'ios'
1717
s.ios.deployment_target = '10.0'
1818
s.static_framework = true

TeadsSASAdapter.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 = 'TeadsSASAdapter'
4-
s.version = '5.0.4'
4+
s.version = '5.0.5'
55
s.summary = "SAS Adapter for Teads' iOS SDK"
66
s.module_name = 'TeadsSASAdapter'
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-iOS.git', :tag => "v#{s.version}" }
15+
s.source = { :git => 'https://github.com/teads/TeadsSDK-iOS.git', :tag => "#{s.version}" }
1616
s.platform = 'ios'
1717
s.ios.deployment_target = '10.0'
1818
s.static_framework = true

TeadsSDK.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 = "TeadsSDK"
4-
s.version = "5.0.4"
4+
s.version = "5.0.5"
55
s.summary = "Teads' iOS SDK"
66
s.module_name = s.name
77
s.description = <<-DESC
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.homepage = "https://github.com/teads/TeadsSDK-iOS"
1313
s.license = { :type => 'Copyright', :text => 'Copyright Teads 2021' }
1414
s.author = { "Teads" => "[email protected]" }
15-
s.source = { :git => 'https://github.com/teads/TeadsSDK-iOS.git', :tag => "v#{s.version}" }
15+
s.source = { :git => 'https://github.com/teads/TeadsSDK-iOS.git', :tag => "#{s.version}" }
1616
s.requires_arc = true
1717
s.swift_versions = ['5.3']
1818
s.frameworks = 'AdSupport', 'AVFoundation', 'CoreMedia', 'CoreTelephony', 'MediaPlayer', 'SystemConfiguration'

0 commit comments

Comments
 (0)