Skip to content

Commit 2252632

Browse files
committed
Bumping to 4.0.2 to fix Cocoapods dependency problem
1 parent 2cf2d3a commit 2252632

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LayoutTest.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'LayoutTest'
3-
spec.version = '4.0.1'
3+
spec.version = '4.0.2'
44
spec.license = { :type => 'Apache License, Version 2.0' }
55
spec.homepage = 'https://linkedin.github.io/LayoutTest-iOS'
66
spec.authors = 'LinkedIn'
77
spec.summary = 'LayoutTest enables you to write unit tests which test the layout of a view in multiple configurations.'
88
spec.source = { :git => 'https://github.com/linkedin/LayoutTest-iOS.git', :tag => spec.version }
99
spec.platform = :ios, '7.0'
1010
spec.default_subspecs = 'TestCase'
11-
spec.dependency 'LayoutTestBase', '4.0.1'
11+
spec.dependency 'LayoutTestBase', '4.0.2'
1212

1313
spec.subspec 'Swift' do |sp|
1414
sp.dependency 'LayoutTestBase/Core'

LayoutTestBase.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'LayoutTestBase'
3-
spec.version = '4.0.1'
3+
spec.version = '4.0.2'
44
spec.license = { :type => 'Apache License, Version 2.0' }
55
spec.homepage = 'https://linkedin.github.io/LayoutTest-iOS'
66
spec.authors = 'LinkedIn'

0 commit comments

Comments
 (0)