Skip to content

Commit

Permalink
Bump version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
najeeb-ur-rehman committed May 3, 2020
1 parent a4587ab commit beb7d72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NRSlidingPlaceholderTextField.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**<br>

Expand Down

0 comments on commit beb7d72

Please sign in to comment.