[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / b / c / NSStringALEmail / 0.2.4 / NSStringALEmail.podspec.json
blob6356157f196edba8a03af5207af7d453889e03f7
2   "name": "NSStringALEmail",
3   "version": "0.2.4",
4   "summary": "NSStringALEmail: 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\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.2.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NSStringALEmail/Classes/**/*",
22   "resource_bundles": {
23     "NSStringALEmail": [
24       "NSStringALEmail/Assets/*.txt"
25     ]
26   }