Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Jan 2, 2016
1 parent debe632 commit 417ace0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -30,7 +30,7 @@ pod 'UIFloatLabelTextField'
```

## Setup
Check out `UIFloatLabelTextField.h` for a full list of editable properties. Also, check out the **UIFloatLabelSampleApp** for an example impementation of the application.
Check out `UIFloatLabelTextField.h` for a full list of editable properties. Also, check out the **UIFloatLabelSampleApp** for an example implementation of the application.

## Credit
I want to credit [**Jared Verdi**](http://twitter.com/jverdi) for developing the first iOS implementation of this pattern in his [**JVFloatLabeledTextField**](https://github.com/jverdi/JVFloatLabeledTextField) project. I used it as a reference to make this version, but executed most aspects differently. I also added many other features that I personally needed, and plan on continuing to enhance this library over time.
Expand Down
2 changes: 1 addition & 1 deletion UIFloatLabelTextField.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "UIFloatLabelTextField"
s.version = "1.2.2"
s.version = "1.2.3"
s.summary = "A subclassed UITextField that implements the Float Label UI design pattern."
s.homepage = "https://github.com/ArtSabintsev/UIFloatLabelTextField"
s.platform = :ios, '7.0'
Expand Down

0 comments on commit 417ace0

Please sign in to comment.