blob: b9a70122cfe101aa3582b0a8ae12a68d7dbf18e5 [file] [log] [blame]
{
"name": "JAMValidatingTextField",
"version": "0.0.5",
"summary": "JAMValidatingTextField adds validation facilities to UITextField in iOS.",
"description": "There are properties for setting the valid/invalid colors, status, validation block, validation regular expression, and validation delegate. You can either set the isValid BOOL directly in your controller, assign a validation block, assign an NSRegularExpression, or implement the validation delegate protocol. The assigned validation check gets fired at every change to the text field. Setting one validation method will cancel out the other methods.\nThe visual feedback by default shows an invalid text field with a red outline and red X, and a valid text field with a green outline and green checkmark.\n",
"homepage": "https://github.com/jmenter/JAMValidatingTextField",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jeff Menter": "jmenter@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/jmenter/JAMValidatingTextField.git",
"tag": "0.0.5"
},
"source_files": [
"Classes",
"*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}