Skip to content

Commit 67f2d80

Browse files
Update podspec
1 parent 0fc8533 commit 67f2d80

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

TeadsAdMobAdapter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 => "v#{s.version}"}
15+
s.source = { :git => 'https://github.com/teads/TeadsSDK-adapter-admob-ios.git', :branch => "v5"}
1616
s.platform = 'ios'
1717
s.ios.deployment_target = '10.0'
1818
s.static_framework = true

TeadsMoPubAdapter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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', :tag => "v#{s.version}"}
15+
s.source = { :git => 'https://github.com/teads/TeadsSDK-adapter-mopub-ios.git', :branch => "v5"}
1616
s.platform = 'ios'
1717
s.ios.deployment_target = '10.0'
1818
s.static_framework = true

TeadsSASAdapter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-sas-ios.git', :tag => "v#{s.version}"}
15+
s.source = { :git => 'https://github.com/teads/TeadsSDK-adapter-sas-ios.git',:branch => "v5"}
1616
s.platform = 'ios'
1717
s.ios.deployment_target = '10.0'
1818
s.static_framework = true

TeadsSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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', :branch => 'v5', :tag => "v#{s.version}"}
15+
s.source = { :git => 'https://github.com/teads/TeadsSDK-iOS.git', :branch => 'v5'}
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)