Skip to content

Commit

Permalink
Update version to 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Dion committed May 26, 2018
1 parent 6adef84 commit b2a5992
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@

# Change Log

## [1.7.3](https://github.com/layoutBox/FlexLayout/releases/tag/1.7.2)
## [1.7.4](https://github.com/layoutBox/FlexLayout/releases/tag/1.7.4)
Released on 2018-05-26

### Objective-C support for macOS and tvOS
Add the support of Objective-C to macOS and tvOS.

Added by [Luc Dion](https://github.com/lucdion) in Pull Request [#138](https://github.com/mirego/PinLayout/pull/138)

## [1.7.3](https://github.com/layoutBox/FlexLayout/releases/tag/1.7.3)
Released on 2018-04-25

### Add few missing Objective-C Interface properties and methods
Expand Down
2 changes: 1 addition & 1 deletion PinLayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |spec|
spec.name = "PinLayout"
spec.version = "1.7.3"
spec.version = "1.7.4"
spec.summary = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. [iOS/macOS/tvOS]"
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]"
spec.homepage = "https://mirego.github.io/PinLayout/"
Expand Down

0 comments on commit b2a5992

Please sign in to comment.