From b2a59926fa7d3b46151b22c68b5a8422d7d36f26 Mon Sep 17 00:00:00 2001 From: Luc Dion Date: Sat, 26 May 2018 08:56:03 -0400 Subject: [PATCH] Update version to 1.7.4 --- CHANGELOG.md | 10 +++++++++- PinLayout.podspec | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe0a9bb2..cc252f36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/PinLayout.podspec b/PinLayout.podspec index a1d570cd..27ea861a 100644 --- a/PinLayout.podspec +++ b/PinLayout.podspec @@ -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/"