blob: 6730f19b3ee86424532b38195e8684ff55ad1faa [file] [log] [blame]
{
"name": "Validatables",
"version": "1.0.2",
"summary": "A set of custom views and protocols for easy input validation.",
"description": "TODO: UITextField, UITextView and UIView children which have the ability to be validated and also change appearance/behavior on validation fail or success. ValidatorManager class that manages the validations and Validatable protocol that can be extended in case you want your custom view to be validatable. Includes ValidatableUISettings class to set global properties.",
"homepage": "https://bitbucket.org/JovcheffTeam/validatables",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dyanko.yovchev": "dyanko.yovchev@gmail.com"
},
"source": {
"git": "https://bitbucket.org/JovcheffTeam/validatables",
"tag": "1.0.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Validatables/Classes/**/*",
"pushed_with_swift_version": "4.0"
}