[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / 5 / 1 / SpotHeroEmailValidator / 2.0.0 / SpotHeroEmailValidator.podspec.json
blobec5b5da2a0d52468d96fa06fbed3b2e5164aefd6
2   "name": "SpotHeroEmailValidator",
3   "version": "2.0.0",
4   "authors": {
5     "SpotHero": "ios@spothero.com"
6   },
7   "homepage": "https://github.com/SpotHero/SpotHeroEmailValidator-iOS",
8   "license": {
9     "type": "Apache 2.0",
10     "file": "LICENSE"
11   },
12   "source": {
13     "git": "https://github.com/SpotHero/SpotHeroEmailValidator-iOS.git",
14     "tag": "2.0.0"
15   },
16   "summary": "An iOS email validator.",
17   "description": "An iOS library that will provide basic email syntax validation as well as provide suggestions for possible typos \n(for example, test@gamil.con would be corrected to test@gmail.com).",
18   "screenshots": [
19     "https://raw.githubusercontent.com/spothero/SpotHeroEmailValidator-iOS/master/Screenshots/Screenshot%201.png",
20     "https://raw.githubusercontent.com/spothero/SpotHeroEmailValidator-iOS/master/Screenshots/Screenshot%202.png",
21     "https://raw.githubusercontent.com/spothero/SpotHeroEmailValidator-iOS/master/Screenshots/Screenshot%203.png"
22   ],
23   "platforms": {
24     "ios": "8.0",
25     "osx": "10.10",
26     "tvos": "9.0"
27   },
28   "requires_arc": true,
29   "source_files": "Sources/SpotHeroEmailValidator/**/*.{h,m}",
30   "resources": "Sources/SpotHeroEmailValidator/data/DomainData.plist"