[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 4 / 0 / 3 / GenericValidator / 0.0.6 / GenericValidator.podspec.json
bloba70470e8eb225b561ae6ccf1fdf99c1fc09b79e8
2   "name": "GenericValidator",
3   "version": "0.0.6",
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.6"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "Sources/**/*.{swift}",
23   "pushed_with_swift_version": "3.0"