[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / d / 0 / EmailValidator / 1.0.1 / EmailValidator.podspec.json
blob009db787d319a1413f191397c0cdb90e8b31e3a5
2   "name": "EmailValidator",
3   "version": "1.0.1",
4   "summary": "A simple (but correct) library for validating email addresses.",
5   "description": "A simple (but correct) Swift library for validating email addresses. Supports mail addresses as defined in rfc5322 as well as the new Internationalized Mail Address standards (rfc653x). Based on https://github.com/jstedfast/EmailValidation",
6   "homepage": "https://github.com/evanrobertson/EmailValidator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Evan Robertson": "evanjonr@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/evanrobertson/EmailValidator.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "EmailValidator",
22   "pushed_with_swift_version": "4.0"