blob: 4d28ef4feb85b34a80f08472983db5a07936b4d6 [file] [log] [blame]
{
"name": "Valide",
"version": "0.1.1",
"summary": "Something that helps you with the validity of the content of UITextFields by adding rules to them.",
"description": "I needed a simple way of validating user input, so one afternoon I wrote this. Small, simple and to the point. It helps you with the validity of the content of UITextFields by adding rules to them. These rules can also be defined by you. Most common rules are shipped along the validation classes.",
"homepage": "https://github.com/funky-monkey/Valide",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sidney de Koning": "sidney.dekoning@gmail.com"
},
"source": {
"git": "https://github.com/funky-monkey/Valide.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.4"
},
"source_files": "Valide/Classes/**/*"
}