blob: 009db787d319a1413f191397c0cdb90e8b31e3a5 [file] [log] [blame]
{
"name": "EmailValidator",
"version": "1.0.1",
"summary": "A simple (but correct) library for validating email addresses.",
"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",
"homepage": "https://github.com/evanrobertson/EmailValidator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evan Robertson": "evanjonr@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/evanrobertson/EmailValidator.git",
"tag": "1.0.1"
},
"source_files": "EmailValidator",
"pushed_with_swift_version": "4.0"
}