blob: f84468783b12cdf5fdf2b251e6e22f115fd8777b [file] [log] [blame]
{
"name": "GenericValidator",
"version": "0.0.8",
"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/klein-thibault/GenericValidator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Thibault Klein": "klein.thibault@gmail.com"
},
"source": {
"git": "https://github.com/klein-thibault/GenericValidator.git",
"tag": "0.0.8"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"source_files": "Sources/**/*.{swift}",
"swift_version": "5.0"
}