Skip to content

Commit

Permalink
Incrementing cocoapods version to 6.0.3 (#66)
Browse files Browse the repository at this point in the history
- Minor change, bug fix related to Autolayout failure detection.
  • Loading branch information
indraShan authored Sep 28, 2023
1 parent 1a6a3eb commit cad43dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions LayoutTest.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'LayoutTest'
spec.version = '6.0.2'
spec.version = '6.0.3'
spec.license = { :type => 'Apache License, Version 2.0' }
spec.homepage = 'https://linkedin.github.io/LayoutTest-iOS'
spec.authors = 'LinkedIn'
Expand All @@ -16,18 +16,18 @@ Pod::Spec.new do |spec|

spec.subspec 'TestCase' do |sp|
sp.source_files = 'LayoutTest/TestCase'
sp.dependency 'LayoutTestBase/Autolayout', '6.0.2'
sp.dependency 'LayoutTestBase/Catalog', '6.0.2'
sp.dependency 'LayoutTestBase/Config', '6.0.2'
sp.dependency 'LayoutTestBase/Core', '6.0.2'
sp.dependency 'LayoutTestBase/UIViewHelpers', '6.0.2'
sp.dependency 'LayoutTestBase/Autolayout', '6.0.3'
sp.dependency 'LayoutTestBase/Catalog', '6.0.3'
sp.dependency 'LayoutTestBase/Config', '6.0.3'
sp.dependency 'LayoutTestBase/Core', '6.0.3'
sp.dependency 'LayoutTestBase/UIViewHelpers', '6.0.3'
sp.framework = 'XCTest'
end

spec.subspec 'SwiftSubspec' do |sp|
sp.source_files = 'LayoutTest/Swift', 'LayoutTest/LayoutTest.h'
sp.dependency 'LayoutTest/TestCase'
sp.dependency 'LayoutTestBase/Swift', '6.0.2'
sp.dependency 'LayoutTestBase/Swift', '6.0.3'
end
end

2 changes: 1 addition & 1 deletion LayoutTestBase.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'LayoutTestBase'
spec.version = '6.0.2'
spec.version = '6.0.3'
spec.license = { :type => 'Apache License, Version 2.0' }
spec.homepage = 'https://linkedin.github.io/LayoutTest-iOS'
spec.authors = 'LinkedIn'
Expand Down

0 comments on commit cad43dc

Please sign in to comment.