Skip to content

Commit e0e3f8a

Browse files
committed
use swift 5 compitable version of LayoutKit
1 parent f0077d0 commit e0e3f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inhibit_all_warnings!
1010

1111
target 'LayoutFrameworkBenchmark' do
1212
pod 'FlexLayout'
13-
pod 'LayoutKit'
13+
pod 'LayoutKit', :git => 'https://github.com/LinkedInAttic/LayoutKit.git'
1414
pod 'NotAutoLayout'
1515
pod 'NKFrameLayoutKit'
1616
pod 'PinLayout'

0 commit comments

Comments
 (0)