2 "name": "EGFormValidator",
4 "summary": "A simple form validation library written in Swift 4.0.",
5 "description": "The EGFormValidator framework allows you to validate any input field in a convenient way and to display error absolutely anywhere you want.\n\nAvailables built-in form validators:\n* Mandatory\n* Digits Only\n* Minlength\n* Maxlength\n* EqualTo\n* Email\n* AlphaNumeric\n* Regular Expression\n\nIt is also extendable, so you can easily create your own input validator.\n\nAdd custom styles to highlight invalid input fields.\n\nAdd a condition when a validator should be applied.",
6 "homepage": "https://github.com/alusev/EGFormValidator",
12 "Evgeny Gushchin": "latenal@gmail.com"
15 "git": "https://github.com/alusev/EGFormValidator.git",
21 "source_files": "Classes/*",