blob: 0681aa3de0d60ee5f77ed0ce6066829a68d0ed01 [file] [log] [blame]
{
"name": "EGFormValidator",
"version": "0.4.0",
"summary": "A simple form validation library written in Swift 3.0.",
"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\n* Minlength\n* Maxlength\n* Equalty\n* Email\n\nIt is also extendable, so you can easily create your own input validator.\n\nAdd custom styles to highlight invalid input fields",
"homepage": "https://github.com/alusev/EGFormValidator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evgeny Gushchin": "latenal@gmail.com"
},
"source": {
"git": "https://github.com/alusev/EGFormValidator.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Classes/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}