blob: 4f14ef67104a3341f881a52f85a3a73108f4fa0b [file] [log] [blame]
{
"name": "ElValidator",
"version": "2.0",
"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": "2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"pushed_with_swift_version": "4.0"
}