Skip to content

Commit

Permalink
master: Release 0.13.0
Browse files Browse the repository at this point in the history
Updated to Swift 5.
  • Loading branch information
raginmari committed May 27, 2019
1 parent 4575ed5 commit b414c7b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion RAGTextField.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b414c7b

Please sign in to comment.