diff --git a/README.md b/README.md index 03d5d60..42be882 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/UIFloatLabelTextField.podspec b/UIFloatLabelTextField.podspec index f1a9fa7..b3cfc53 100644 --- a/UIFloatLabelTextField.podspec +++ b/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'