Skip to content

Commit ae328c2

Browse files
committed
match podspec version 5.0.2
1 parent 64ef74f commit ae328c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.1"
4+
s.version = "5.0.2"
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 => 'v5.0.0'}
15+
s.source = { :git => 'https://github.com/teads/TeadsSDK-iOS.git', :tag => "v#{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)