Skip to content

Commit

Permalink
Bumping to 4.0.2 to fix Cocoapods dependency problem
Browse files Browse the repository at this point in the history
  • Loading branch information
drumnkyle committed Apr 17, 2018
1 parent 2cf2d3a commit 2252632
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LayoutTest.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |spec|
spec.name = 'LayoutTest'
spec.version = '4.0.1'
spec.version = '4.0.2'
spec.license = { :type => 'Apache License, Version 2.0' }
spec.homepage = 'https://linkedin.github.io/LayoutTest-iOS'
spec.authors = 'LinkedIn'
spec.summary = 'LayoutTest enables you to write unit tests which test the layout of a view in multiple configurations.'
spec.source = { :git => 'https://github.com/linkedin/LayoutTest-iOS.git', :tag => spec.version }
spec.platform = :ios, '7.0'
spec.default_subspecs = 'TestCase'
spec.dependency 'LayoutTestBase', '4.0.1'
spec.dependency 'LayoutTestBase', '4.0.2'

spec.subspec 'Swift' do |sp|
sp.dependency 'LayoutTestBase/Core'
Expand Down
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 = '4.0.1'
spec.version = '4.0.2'
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 2252632

Please sign in to comment.