Skip to content

Commit 2cf2d3a

Browse files
committed
Fix to Cocoapods dependency setup
1 parent 071ae39 commit 2cf2d3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LayoutTest.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |spec|
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.0'
11+
spec.dependency 'LayoutTestBase', '4.0.1'
1212

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

0 commit comments

Comments
 (0)