From b414c7b7468e4622931e9c7a51d94242b81b12c8 Mon Sep 17 00:00:00 2001 From: Reimar Twelker Date: Mon, 27 May 2019 20:14:17 +0200 Subject: [PATCH] master: Release 0.13.0 Updated to Swift 5. --- CHANGELOG.md | 4 ++++ RAGTextField.podspec | 2 +- README.md | 9 ++++++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd80a71..4b218ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 0.13.0 + +Updated to Swift 5. + ## 0.12.1 ### Fixed diff --git a/RAGTextField.podspec b/RAGTextField.podspec index ec61f33..4fc4a88 100644 --- a/RAGTextField.podspec +++ b/RAGTextField.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'RAGTextField' - s.version = '0.12.1' + s.version = '0.13.0' s.summary = 'Subclass of UITextField featuring a floating placeholder and a hint label.' s.description = 'Subclass of UITextField that adds an animated placeholder and an optional hint label below the text. Supports an arbitrary view in the background of the text (outline and underline views are provided) as well as the left and right views, text alignments, flexible padding and offsets.' s.homepage = 'https://github.com/raginmari/RAGTextField' diff --git a/README.md b/README.md index e9ddfd0..7ef9aa6 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,14 @@ To run the example project, clone the repo, and run `pod install` from the Examp ## Requirements -Written in Swift 4. Requires iOS 9. Support of Swift 3 ended with version 0.2.1. +Written in Swift 5. Requires iOS 9. + +Swift support: +| Swift version | Library version | +|---------------|-----------------| +| 3 | <= 0.2.1 | +| 4 | <= 0.12.1 | +| 5 | from 0.13.0 | ## Installation