From a2f4ad5f1f9dbd961d796c21f09dad8636976208 Mon Sep 17 00:00:00 2001 From: Hugo Tunius Date: Wed, 7 Dec 2016 11:24:20 +0000 Subject: [PATCH] Prepare for 2.0 release --- CHANGELOG.md | 3 ++- SkyFloatingLabelTextField.podspec | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5bdc4b..d2da5e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ v2.0 -* Will be Swift 3 compatible (which means if you are using swift 3 you should be using this version onwards) + ++ Adds swift 3 support. Thanks to [@DenHeadless](https://github.com/DenHeadless). See [#67](https://github.com/Skyscanner/SkyFloatingLabelTextField/pull/67) v1.2.1 * Bugfix: title was blinking when tapping the textfield. diff --git a/SkyFloatingLabelTextField.podspec b/SkyFloatingLabelTextField.podspec index e0ad4d2..189e2e0 100644 --- a/SkyFloatingLabelTextField.podspec +++ b/SkyFloatingLabelTextField.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "SkyFloatingLabelTextField" - s.version = "1.2.1" + s.version = "2.0.0" s.summary = "A beautiful, flexible and customizable textfield that minimizes space when displaying additional context." s.homepage = "https://github.com/Skyscanner/SkyFloatingLabelTextField" s.license = { :type => "Apache 2.0", :file => "LICENSE.md" } s.authors = "Daniel Langh, Gergely Orosz, Raimon Lapuente" s.ios.deployment_target = "8.0" - s.source = { :git => "https://github.com/Skyscanner/SkyFloatingLabelTextField.git", :tag => "v1.2.1" } + s.source = { :git => "https://github.com/Skyscanner/SkyFloatingLabelTextField.git", :tag => "v#{s.version}" } s.source_files = 'Sources/*.swift' end