Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
hlung committed Sep 23, 2020
1 parent 34597dc commit 79e113d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TKFormTextField.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'TKFormTextField'
s.version = '0.3.1'
s.version = '0.4.0'
s.summary = 'A UITextField subclass with built-in error label, floating label while editing, and underline.'
s.description = 'For text input forms, using alerts for showing error is too intrusive, makes user lost context of which field is wrong, and require another tap to dismiss. And you can only show one at a time. I think TKFormTextField is the answer to text input form UI.'
s.homepage = 'https://github.com/hlung/TKFormTextField'
Expand Down

0 comments on commit 79e113d

Please sign in to comment.