blob: a70470e8eb225b561ae6ccf1fdf99c1fc09b79e8 [file] [log] [blame]
{
"name": "GenericValidator",
"version": "0.0.6",
"summary": "Validation helper tool",
"description": "Provides Validatable and Evaluatable protocols to validate and evaluate every type conforming to the them.\nAlso provides helper functions using regular expressions and extensions on String and UITextField.",
"homepage": "https://github.com/prolificinteractive/GenericValidator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thibault Klein": "thibault@prolificinteractive.com"
},
"source": {
"git": "https://github.com/prolificinteractive/GenericValidator.git",
"tag": "0.0.6"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.{swift}",
"pushed_with_swift_version": "3.0"
}