diff --git a/NRSlidingPlaceholderTextField.podspec b/NRSlidingPlaceholderTextField.podspec index b2a89ab..0a07c4a 100644 --- a/NRSlidingPlaceholderTextField.podspec +++ b/NRSlidingPlaceholderTextField.podspec @@ -1,9 +1,9 @@ Pod::Spec.new do |s| s.name = "NRSlidingPlaceholderTextField" - s.version = "1.0.0" + s.version = "2.0.0" s.license = { :type => 'MIT', :file => 'LICENSE' } - s.summary = "TextFiled with placeholder's horizontal slide animation." + s.summary = "TextField with placeholder's horizontal slide animation." s.homepage = "https://github.com/najeeb-ur-rehman/NRSlidingPlaceholderTextField.git" s.author = { "Najeeb Ur Rehman" => "najeeburrehmanf13@gmail.com" } s.social_media_url = "https://twitter.com/najeeb_dev" diff --git a/README.md b/README.md index efd9a56..eb532ae 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ pod 'NRSlidingPlaceholderTextField' ## Usage -It can be used just like the UITextField and can be even subclassed. It will show exactly the same behaviour as UITextField on the placeholder when setting textField's properties (e.g. textColor, font etc) i.e. if you set the font of textField it will also override the placeholder's font, even for the attributed placeholder. +It can be used just like the same way as UITextField and can even subclassed. It will show exactly the same behaviour as UITextField on the placeholder when setting textField's properties (e.g. textColor, font etc) i.e. if you set the font of textField it will also override the placeholder's font, even for the attributed placeholder. - **Using Code**