[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / 0 / 3 / GenericValidator / 0.0.5 / GenericValidator.podspec.json
blobfeda93cdcfe510c4feba1964ea5d7046e0915240
2   "name": "GenericValidator",
3   "version": "0.0.5",
4   "summary": "Validation helper tool",
5   "description": "Provides Validatable and Evaluatable protocols to validate and evaluate every type conforming to the them.\nAlso provides helper functions using regular expressions and extensions on String and UITextField.",
6   "homepage": "https://github.com/prolificinteractive/GenericValidator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Thibault Klein": "thibault@prolificinteractive.com"
13   },
14   "source": {
15     "git": "https://github.com/prolificinteractive/GenericValidator.git",
16     "tag": "0.0.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "Sources/**/*.{swift}",
23   "pushed_with_swift_version": "3.0"