blob: 1f5a9a61a0b156de63e7682d832cdc6a57937595 [file] [log] [blame]
{
"name": "JAMValidatingTextField",
"version": "0.1.0",
"summary": "JAMValidatingTextField adds validation facilities to UITextField in iOS.",
"description": "JAMValidatingTextField is a class that extends UITextField and adds validation facilities including validation types and visual feedback.\n \nYou can either set a type (email, URL, phone, zip, etc.) or set a property to validate via block, NSRegularExpression, or delegate.\n \nThe text field will provide visual feedback indicating wheter it's in a valid, invalid, or indeterminate state.\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.1.0"
},
"source_files": [
"Classes",
"*.{h,m}"
],
"exclude_files": "Classes/Exclude"
}