blob: 1faa9305b7171ea1496fc230c4a31080da23e5e7 [file] [log] [blame]
{
"name": "GenericValidator",
"version": "0.0.1",
"summary": "Text field validation helper",
"description": "Text field validation helper. Provides a structure to validate text fields, as well as helper functions using regular expressions.",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*.{swift}",
"pushed_with_swift_version": "3.0"
}