blob: 1adf5ecc2e25343d569469210290b65a043ac24f [file] [log] [blame]
{
"name": "NSStringALEmail",
"version": "0.4.0",
"summary": "String extension for email validation",
"description": "A basic regex e-mail validation and disposable email detection extension/category for String/NSString classes.\n\nPlease check for disposable list source\nhttps://gist.github.com/michenriksen/8710649\nhttps://github.com/wesbos/burner-email-providers\nhttps://gist.github.com/adamloving/4401361\n\nPlease check for implementation of disposable detection\nhttps://github.com/FGRibreau/mailchecker",
"homepage": "https://github.com/aligermiyanoglu/NSStringALEmail",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aligermiyanoglu": "anibal23736@hotmail.com"
},
"source": {
"git": "https://github.com/aligermiyanoglu/NSStringALEmail.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.swift",
"resource_bundles": {
"NSStringALEmail": [
"NSStringALEmail/Assets/*.txt"
]
},
"pushed_with_swift_version": "3.0"
}