blob: 4d370deeed4070930384b424af42fa564bedea93 [file] [log] [blame]
{
"name": "DCTTextFieldValidator",
"version": "1.0",
"license": "BSD",
"summary": "Validates an array of UITextFields before allowing an action to take place.",
"homepage": "https://github.com/danielctull/DCTTextFieldValidator",
"authors": {
"Daniel Tull": "dt@danieltull.co.uk"
},
"source": {
"git": "https://github.com/danielctull/DCTTextFieldValidator.git",
"tag": "1.0"
},
"description": "DCTTextFieldValidator takes an array of UITextFields and switches the return key on the keyboard if the text fields are valid.",
"source_files": [
"DCTTextFieldValidator.h",
"DCTTextFieldValidator.m"
],
"requires_arc": true
}