blob: d4eaa062ab4fb75af8276f446d1e80bba869c75f [file] [log] [blame]
{
"name": "ElValidator",
"version": "3.0.1",
"summary": "A simple plugin to help you validate textfield entries",
"description": "ElValidator Helps you controle yours UITextField user entries\n by validating them.\n You can add multiples validators to a UITextfield :\n- Date Validator\n- Lenght Validator\n- Regex\n- ...",
"homepage": "https://github.com/dk53/ElValidator",
"license": "MIT",
"authors": {
"Victor Carmouze": "victor.carmouze@gmail.com"
},
"source": {
"git": "https://github.com/dk53/ElValidator.git",
"tag": "3.0.1"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"swift_version": "5.0"
}