Skip to content

Commit 9e06e35

Browse files
committed
Update for Release 1.8.8.
1 parent b8bfe09 commit 9e06e35

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77

88
# Change Log
99

10+
## [1.8.8](https://github.com/layoutBox/PinLayout/releases/tag/1.8.8)
11+
Released on 2019-06-25
12+
13+
#### Update Swift Package Manager support for Xcode 11
14+
15+
* Updated PinLayout to be used with Xcode 11's Swift Package Manager.
16+
* Added by [Hal Lee](https://github.com/hallee) in Pull Request [#192](https://github.com/layoutBox/PinLayout/pull/192)
17+
18+
* Fix Warnings: `public' modifier is redundant for instance method declared in a public extension`.
19+
* Added by [MontakOleg](https://github.com/MontakOleg) in Pull Request [#193](https://github.com/layoutBox/PinLayout/pull/193)
20+
1021
## [1.8.7](https://github.com/layoutBox/PinLayout/releases/tag/1.8.7)
1122
Released on 2019-03-02
1223

@@ -19,7 +30,6 @@ Released on 2019-03-02
1930
* wrapContentWithType:(WrapType) padding:(CGFloat)
2031
* wrapContentWithType:(WrapType) insets:(PEdgeInsets)
2132

22-
2333
## [1.8.6](https://github.com/layoutBox/PinLayout/releases/tag/1.8.6)
2434
Released on 2018-09-29
2535

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.7"
11+
spec.version = "1.8.8"
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"

0 commit comments

Comments
 (0)