[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 5 / b / NSString-ALEmail / 0.1.0 / NSString-ALEmail.podspec.json
blobf572901c57bf9d729c460b7c1e763bc45c852439
2   "name": "NSString-ALEmail",
3   "version": "0.1.0",
4   "summary": "NSString-ALEmail: A basic regex e-mail validation and disposable email detection extension/category for String/NSString classes.",
5   "description": "Simple pod which combines following work:\n\n\tPlease check for disposable list source\n\t\thttps://gist.github.com/michenriksen/8710649\n\t\thttps://github.com/wesbos/burner-email-providers\n\t\thttps://gist.github.com/adamloving/4401361\n\n\tPlease check for implementation of disposable detection\n\t\thttps://github.com/FGRibreau/mailchecker",
6   "homepage": "https://github.com/aligermiyanoglu/NSString-ALEmail",
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/NSString-ALEmail.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NSString-ALEmail/Classes/**/*",
22   "resource_bundles": {
23     "NSString-ALEmail": [
24       "NSString-ALEmail/Assets/*.txt"
25     ]
26   }