blob: 0669d1970e34f6f0c464f2c03fe53e44cdfe7c38 [file] [log] [blame]
{
"name": "NSStringALEmail",
"version": "0.2.0",
"summary": "NSStringALEmail: A basic regex e-mail validation and disposable email detection extension/category for String/NSString classes.",
"description": "Simple pod which combines following work:\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.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NSStringALEmail/Classes/**/*",
"resource_bundles": {
"NSStringALEmail": [
"NSStringALEmail/Assets/*.txt"
]
}
}