[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / 0 / 7 / c / SHEmailValidator / 1.0.5 / SHEmailValidator.podspec.json
blob159951803cc41902df291e0e6b9ebdbed75eb0a1
2   "name": "SHEmailValidator",
3   "license": "Apache License, Version 2.0",
4   "version": "1.0.5",
5   "summary": "iOS Email Validator",
6   "description": "An iOS library that will provide basic email syntax validation as well as provide suggestions for possible typos (for example, test@gamil.con would be corrected to test@gmail.com).",
7   "homepage": "https://github.com/spothero/SHEmailValidator",
8   "screenshots": [
9     "https://raw.githubusercontent.com/spothero/SHEmailValidator/master/Screenshots/Screenshot%201.png",
10     "https://raw.githubusercontent.com/spothero/SHEmailValidator/master/Screenshots/Screenshot%202.png",
11     "https://raw.githubusercontent.com/spothero/SHEmailValidator/master/Screenshots/Screenshot%203.png"
12   ],
13   "authors": {
14     "spothero": "admin@spothero.com",
15     "EricKuck": "eric@spothero.com"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "requires_arc": true,
21   "source": {
22     "git": "https://github.com/spothero/SHEmailValidator.git",
23     "tag": "1.0.5"
24   },
25   "source_files": [
26     "SHEmailValidator",
27     "SHEmailValidator/*.{h,m}"
28   ],
29   "resources": "SHEmailValidator/DomainData.plist"