Skip to content

Commit fe34344

Browse files
author
Luc Dion
committed
Migrate to swift 4.0
1 parent 138a7b1 commit fe34344

2 files changed

Lines changed: 6 additions & 14 deletions

File tree

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ inhibit_all_warnings!
1111
target 'LayoutFrameworkBenchmark' do
1212
pod 'FlexLayout'
1313
pod 'LayoutKit'
14-
#pod 'PinLayout'
15-
pod 'PinLayout', :git => 'https://github.com/mirego/PinLayout.git', :commit => '9f1195d184b5fc6ec6d474338143ba5dee8d5941'
14+
pod 'PinLayout'
15+
#pod 'PinLayout', :git => 'https://github.com/mirego/PinLayout.git', :commit => '9f1195d184b5fc6ec6d474338143ba5dee8d5941'
1616
#pod 'StackViewLayout'
1717
pod 'StackViewLayout', :path => '../StackViewLayout'
1818
pod 'Reveal-SDK'

Podfile.lock

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,21 @@ PODS:
88
DEPENDENCIES:
99
- FlexLayout
1010
- LayoutKit
11-
- PinLayout (from `https://github.com/mirego/PinLayout.git`, commit `9f1195d184b5fc6ec6d474338143ba5dee8d5941`)
11+
- PinLayout
1212
- Reveal-SDK
1313
- StackViewLayout (from `../StackViewLayout`)
1414

1515
EXTERNAL SOURCES:
16-
PinLayout:
17-
:commit: 9f1195d184b5fc6ec6d474338143ba5dee8d5941
18-
:git: https://github.com/mirego/PinLayout.git
1916
StackViewLayout:
2017
:path: ../StackViewLayout
2118

22-
CHECKOUT OPTIONS:
23-
PinLayout:
24-
:commit: 9f1195d184b5fc6ec6d474338143ba5dee8d5941
25-
:git: https://github.com/mirego/PinLayout.git
26-
2719
SPEC CHECKSUMS:
2820
FlexLayout: 8cfa915850eab120c3d89c3b8b02e3aca96de554
2921
LayoutKit: 183c513f8322f4e22321499e54163864bcdf7d97
3022
PinLayout: b2ebf8622b28e82b6e1216ab4e4a0a8d082214fe
3123
Reveal-SDK: ccc2b0f8014965ea448b7534a7c2c8da232b75e8
32-
StackViewLayout: 79d804472afc8bfe5fc385e892d978fc9e68e7b1
24+
StackViewLayout: e42a641399ded6fe2c459b45cce6b0233a66467e
3325

34-
PODFILE CHECKSUM: 78ce71bbaf2ad9cf74630adeda65cdaa345d4ae7
26+
PODFILE CHECKSUM: 1681374d0771254a8fcdaae6dac2fc92d5b0a9e0
3527

36-
COCOAPODS: 1.4.0
28+
COCOAPODS: 1.3.1

0 commit comments

Comments
 (0)