Skip to content

Commit 471d4d5

Browse files
authored
Merge pull request #9 from layoutBox/udpate_reference_to_pinlayout
Update project + update PinLayout
2 parents 71c4199 + 05259b4 commit 471d4d5

File tree

4 files changed

+30
-28
lines changed

4 files changed

+30
-28
lines changed

Gemfile.lock

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,40 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (2.3.6)
4+
CFPropertyList (3.0.0)
55
activesupport (4.2.10)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10+
atomos (0.1.2)
1011
claide (1.0.2)
1112
clamp (0.6.5)
12-
cocoapods (1.3.1)
13+
cocoapods (1.5.3)
1314
activesupport (>= 4.0.2, < 5)
1415
claide (>= 1.0.2, < 2.0)
15-
cocoapods-core (= 1.3.1)
16-
cocoapods-deintegrate (>= 1.0.1, < 2.0)
17-
cocoapods-downloader (>= 1.1.3, < 2.0)
16+
cocoapods-core (= 1.5.3)
17+
cocoapods-deintegrate (>= 1.0.2, < 2.0)
18+
cocoapods-downloader (>= 1.2.0, < 2.0)
1819
cocoapods-plugins (>= 1.0.0, < 2.0)
1920
cocoapods-search (>= 1.0.0, < 2.0)
2021
cocoapods-stats (>= 1.0.0, < 2.0)
21-
cocoapods-trunk (>= 1.2.0, < 2.0)
22+
cocoapods-trunk (>= 1.3.0, < 2.0)
2223
cocoapods-try (>= 1.1.0, < 2.0)
2324
colored2 (~> 3.1)
2425
escape (~> 0.0.4)
2526
fourflusher (~> 2.0.1)
2627
gh_inspector (~> 1.0)
27-
molinillo (~> 0.5.7)
28+
molinillo (~> 0.6.5)
2829
nap (~> 1.0)
2930
ruby-macho (~> 1.1)
30-
xcodeproj (>= 1.5.1, < 2.0)
31-
cocoapods-core (1.3.1)
31+
xcodeproj (>= 1.5.7, < 2.0)
32+
cocoapods-core (1.5.3)
3233
activesupport (>= 4.0.2, < 6)
3334
fuzzy_match (~> 2.0.4)
3435
nap (~> 1.0)
35-
cocoapods-deintegrate (1.0.1)
36-
cocoapods-downloader (1.1.3)
36+
cocoapods-deintegrate (1.0.2)
37+
cocoapods-downloader (1.2.1)
3738
cocoapods-plugins (1.0.0)
3839
nap
3940
cocoapods-search (1.0.0)
@@ -48,12 +49,12 @@ GEM
4849
escape (0.0.4)
4950
fourflusher (2.0.1)
5051
fuzzy_match (2.0.4)
51-
gh_inspector (1.0.3)
52-
i18n (0.9.1)
52+
gh_inspector (1.1.3)
53+
i18n (0.9.5)
5354
concurrent-ruby (~> 1.0)
54-
minitest (5.11.1)
55-
molinillo (0.5.7)
56-
nanaimo (0.2.3)
55+
minitest (5.11.3)
56+
molinillo (0.6.5)
57+
nanaimo (0.2.5)
5758
nap (1.1.0)
5859
netrc (0.11.0)
5960
ruby-macho (1.1.0)
@@ -62,13 +63,14 @@ GEM
6263
colorize (~> 0.7)
6364
xcodeproj (~> 1.0)
6465
thread_safe (0.3.6)
65-
tzinfo (1.2.4)
66+
tzinfo (1.2.5)
6667
thread_safe (~> 0.1)
67-
xcodeproj (1.5.4)
68-
CFPropertyList (~> 2.3.3)
68+
xcodeproj (1.5.9)
69+
CFPropertyList (>= 2.3.3, < 4.0)
70+
atomos (~> 0.1.2)
6971
claide (>= 1.0.2, < 2.0)
7072
colored2 (~> 3.1)
71-
nanaimo (~> 0.2.3)
73+
nanaimo (~> 0.2.5)
7274

7375
PLATFORMS
7476
ruby
@@ -78,4 +80,4 @@ DEPENDENCIES
7880
synx
7981

8082
BUNDLED WITH
81-
1.13.1
83+
1.16.1

LayoutFrameworkBenchmark.xcodeproj/xcshareddata/xcschemes/LayoutFrameworkBenchmark.xcscheme

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
</TestAction>
4444
<LaunchAction
4545
buildConfiguration = "Release"
46-
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
47-
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
46+
selectedDebuggerIdentifier = ""
47+
selectedLauncherIdentifier = "Xcode.IDEFoundation.Launcher.PosixSpawn"
4848
launchStyle = "0"
4949
useCustomWorkingDirectory = "NO"
5050
ignoresPersistentStateOnLaunch = "NO"

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PODS:
22
- FlexLayout (1.3.6)
33
- LayoutKit (7.0.2)
44
- NotAutoLayout (3.1.1)
5-
- PinLayout (1.7.2)
5+
- PinLayout (1.7.5)
66
- Reveal-SDK (14)
77

88
DEPENDENCIES:
@@ -13,7 +13,7 @@ DEPENDENCIES:
1313
- Reveal-SDK
1414

1515
SPEC REPOS:
16-
https://github.com/CocoaPods/Specs.git:
16+
https://github.com/cocoapods/specs.git:
1717
- FlexLayout
1818
- LayoutKit
1919
- NotAutoLayout
@@ -24,9 +24,9 @@ SPEC CHECKSUMS:
2424
FlexLayout: bcdde388eaf826cfb6f801c8a507e2dca70412fa
2525
LayoutKit: 183c513f8322f4e22321499e54163864bcdf7d97
2626
NotAutoLayout: 2e6e82146dcb556cb61fcfd638b202639c167e84
27-
PinLayout: bbe0fc9a60ef0f3dc1909ea26e7a1684b30a263d
27+
PinLayout: d89b8e7107f872c039f15132094bc417aa83271d
2828
Reveal-SDK: 55b5c5545233b680c2f8da734f202acc15d422b7
2929

3030
PODFILE CHECKSUM: 8558b640c2bd1d253536da517991c188d0d44fed
3131

32-
COCOAPODS: 1.5.0
32+
COCOAPODS: 1.5.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Layout is done by setting UIView's frame property directly. This implementation
5454
Layout your views without Auto Layout constraints, in a much more swifty way.
5555
[NotAutoLayout benchmark's source code](https://github.com/layoutBox/LayoutFrameworkBenchmark/blob/master/LayoutFrameworkBenchmark/Benchmarks/NotAutoLayout/FeedItemNotAutoLayoutView.swift)
5656

57-
* [**PinLayout**](https://github.com/mirego/PinLayout)
57+
* [**PinLayout**](https://github.com/layoutBox/PinLayout)
5858
Fast Swift UIViews layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable.
5959
[PinLayout benchmark's source code](https://github.com/layoutBox/LayoutFrameworkBenchmark/blob/master/LayoutFrameworkBenchmark/Benchmarks/PinLayout/FeedItemPinLayoutView.swift)
6060

0 commit comments

Comments
 (0)