blob: dc5335b8d36c3211d0734551dcbcb5a0dbc63cfb [file] [log] [blame]
{
"name": "FZValidationTextField",
"version": "0.1.0",
"summary": "UITextField Validation class which will help you in form validations",
"description": "UITextField Validation class which will help you in form validations, field validations, plug and play component just set the class and define validation type and it will validate automatically.",
"homepage": "https://github.com/faheemziker/FZValidationTextField",
"license": "MIT",
"authors": {
"Faheem": "faheemzikeria@gmail.com"
},
"source": {
"git": "https://github.com/faheemziker/FZValidationTextField.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"FZValidationTextField": [
"Pod/Assets/*.png"
]
}
}