blob: 54ae9484fd02c9604eea30a849c704056c55b2fa [file] [log] [blame]
{
"name": "GenericValidator",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.{swift}",
"pushed_with_swift_version": "3.0"
}