[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / b / c / NSStringALEmail / 0.4.1 / NSStringALEmail.podspec.json
blob156cce88738aa66ee4af8c843c67b2cd822d5b14
2   "name": "NSStringALEmail",
3   "version": "0.4.1",
4   "summary": "String extension for email validation",
5   "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",
6   "homepage": "https://github.com/aligermiyanoglu/NSStringALEmail",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "aligermiyanoglu": "anibal23736@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/aligermiyanoglu/NSStringALEmail.git",
16     "tag": "0.4.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Sources/*.swift",
22   "resource_bundles": {
23     "NSStringALEmail": [
24       "Resources/*.txt"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"