Skip to content

Commit 8172697

Browse files
author
Luc Dion
committed
Update version to 1.8.6
1 parent f3f9909 commit 8172697

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@
77

88
# Change Log
99

10+
## [1.8.6](https://github.com/layoutBox/PinLayout/releases/tag/1.8.4)
11+
Released on 2018-09-29
12+
13+
#### Update support for Swift 4.2
14+
The PinLayout pod doesn't specify anymore the Swift language version.
15+
16+
PinLayout supports Swift versions:
17+
* Swift 4.2 / 4.1 / 4.0
18+
* Swift 3.*
19+
20+
* Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#178](https://github.com/layoutBox/PinLayout/pull/178)
21+
22+
1023
## [1.8.5](https://github.com/layoutBox/PinLayout/releases/tag/1.8.4)
1124
Released on 2018-09-27
1225

PinLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |spec|
1010
spec.name = "PinLayout"
11-
spec.version = "1.8.5"
11+
spec.version = "1.8.6"
1212
spec.summary = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS/CALayer]"
1313
spec.description = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS/CALayer]"
1414
spec.homepage = "https://github.com/layoutBox/PinLayout"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Extremely Fast views layouting without auto layout. No magic, pure code, full co
3434

3535
### Requirements
3636
* iOS 8.0+ / tvOS 9.0+ / macOS 10.9+
37-
* Xcode 8.0+ / Xcode 9.0+
38-
* Swift 3.2+ / Swift 4.1 / Objective-C
37+
* Swift 4.* / Swift 3.* / Objective-C
38+
* Xcode 10 / Xcode 9.* / Xcode 8.*
3939

4040
### Recent changes/features
4141
* :star: Add methods to position a view between two other views. See [Layout between other views](#layout_between).

0 commit comments

Comments
 (0)