[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / 0 / 3 / GenericValidator / 0.0.8 / GenericValidator.podspec.json
blobf84468783b12cdf5fdf2b251e6e22f115fd8777b
2   "name": "GenericValidator",
3   "version": "0.0.8",
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/klein-thibault/GenericValidator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Thibault Klein": "klein.thibault@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/klein-thibault/GenericValidator.git",
16     "tag": "0.0.8"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "requires_arc": true,
23   "source_files": "Sources/**/*.{swift}",
24   "swift_version": "5.0"