[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 7 / 2 / 5 / Validatables / 0.1.3 / Validatables.podspec.json
blob2f34a754ce733092ec8b019bc173c13b78eca96e
2   "name": "Validatables",
3   "version": "0.1.3",
4   "summary": "A set of custom views and protocols for easy input validation.",
5   "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.",
6   "homepage": "https://bitbucket.org/dyanko_yovchev/validatables.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dyanko.yovchev": "dyanko.yovchev@gmail.com"
13   },
14   "source": {
15     "git": "https://bitbucket.org/dyanko_yovchev/validatables.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "Validatables/Classes/**/*",
22   "pushed_with_swift_version": "3.0"