Skip to content

Commit

Permalink
Update podspec to version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hlung committed Oct 29, 2018
1 parent 19e58ef commit ea56434
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.0'
s.version = '0.3.1'
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 ea56434

Please sign in to comment.