blob: 33eea9f812e2e50c2855bfd64c0ebac11079cb0b [file] [log] [blame]
{
"name": "SHEmailValidator",
"deprecated_in_favor_of": "SpotHeroEmailValidator",
"license": "Apache License, Version 2.0",
"version": "1.0.6",
"summary": "iOS Email Validator",
"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).",
"homepage": "https://github.com/spothero/SpotHeroEmailValidator-iOS",
"screenshots": [
"https://raw.githubusercontent.com/spothero/SpotHeroEmailValidator-iOS/master/Screenshots/Screenshot%201.png",
"https://raw.githubusercontent.com/spothero/SpotHeroEmailValidator-iOS/master/Screenshots/Screenshot%202.png",
"https://raw.githubusercontent.com/spothero/SpotHeroEmailValidator-iOS/master/Screenshots/Screenshot%203.png"
],
"authors": {
"spothero": "admin@spothero.com",
"EricKuck": "eric@spothero.com"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/spothero/SpotHeroEmailValidator-iOS.git",
"tag": "1.0.6"
},
"source_files": [
"SHEmailValidator",
"SHEmailValidator/*.{h,m}"
],
"resources": "SHEmailValidator/DomainData.plist"
}