[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 9 / b / ElValidator / 2.0 / ElValidator.podspec.json
blob4f14ef67104a3341f881a52f85a3a73108f4fa0b
2   "name": "ElValidator",
3   "version": "2.0",
4   "summary": "A simple plugin to help you validate textfield entries",
5   "description": "ElValidator Helps you controle yours UITextField user entries\n by validating them.\n You can add multiples validators to a UITextfield :\n- Date Validator\n- Lenght Validator\n- Regex\n- ...",
6   "homepage": "https://github.com/dk53/ElValidator",
7   "license": "MIT",
8   "authors": {
9     "Victor Carmouze": "victor.carmouze@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/dk53/ElValidator.git",
13     "tag": "2.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "pushed_with_swift_version": "4.0"