Skip to content

Commit

Permalink
Fix to Cocoapods dependency setup
Browse files Browse the repository at this point in the history
  • Loading branch information
drumnkyle committed Apr 17, 2018
1 parent 071ae39 commit 2cf2d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LayoutTest.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |spec|
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.0'
spec.dependency 'LayoutTestBase', '4.0.1'

spec.subspec 'Swift' do |sp|
sp.dependency 'LayoutTestBase/Core'
Expand Down

0 comments on commit 2cf2d3a

Please sign in to comment.