Skip to content

Commit

Permalink
Update EGFormValidator.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
alusev committed Jan 2, 2017
1 parent 1fd68b1 commit 15e70f5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions EGFormValidator.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
Pod::Spec.new do |s|
s.name = 'EGFormValidator'
s.version = '0.4.1'
s.version = '1.0.0'
s.summary = 'A simple form validation library written in Swift 3.0.'
s.description = <<-DESC
The EGFormValidator framework allows you to validate any input field in a convenient way and to display error absolutely anywhere you want.
Availables built-in form validators:
* Mandatory
* Digits
* Digits Only
* Minlength
* Maxlength
* Equalty
* EqualTo
* Email
* AlphaNumeric
It is also extendable, so you can easily create your own input validator.
Expand Down

0 comments on commit 15e70f5

Please sign in to comment.