[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 5 / 1 / SpotHeroEmailValidator / 2.0.2 / SpotHeroEmailValidator.podspec.json
blobccb2e191ab9af300bfbc3bec32d7fb0e4e1c44d5
2   "name": "SpotHeroEmailValidator",
3   "version": "2.0.2",
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.2"
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"