Skip to content

Commit e01da78

Browse files
author
Hugo Tunius
authored
Merge pull request Skyscanner#81 from Skyscanner/prepare-for-2.0-release
Prepare for 2.0 release
2 parents 94766c0 + a2f4ad5 commit e01da78

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
v2.0
2-
* Will be Swift 3 compatible (which means if you are using swift 3 you should be using this version onwards)
2+
3+
+ Adds swift 3 support. Thanks to [@DenHeadless](https://github.com/DenHeadless). See [#67](https://github.com/Skyscanner/SkyFloatingLabelTextField/pull/67)
34

45
v1.2.1
56
* Bugfix: title was blinking when tapping the textfield.

SkyFloatingLabelTextField.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "SkyFloatingLabelTextField"
3-
s.version = "1.2.1"
3+
s.version = "2.0.0"
44
s.summary = "A beautiful, flexible and customizable textfield that minimizes space when displaying additional context."
55
s.homepage = "https://github.com/Skyscanner/SkyFloatingLabelTextField"
66
s.license = { :type => "Apache 2.0", :file => "LICENSE.md" }
77
s.authors = "Daniel Langh, Gergely Orosz, Raimon Lapuente"
88
s.ios.deployment_target = "8.0"
9-
s.source = { :git => "https://github.com/Skyscanner/SkyFloatingLabelTextField.git", :tag => "v1.2.1" }
9+
s.source = { :git => "https://github.com/Skyscanner/SkyFloatingLabelTextField.git", :tag => "v#{s.version}" }
1010
s.source_files = 'Sources/*.swift'
1111
end

0 commit comments

Comments
 (0)