blob: 159951803cc41902df291e0e6b9ebdbed75eb0a1 [file] [log] [blame]
{
"name": "SHEmailValidator",
"license": "Apache License, Version 2.0",
"version": "1.0.5",
"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/SHEmailValidator",
"screenshots": [
"https://raw.githubusercontent.com/spothero/SHEmailValidator/master/Screenshots/Screenshot%201.png",
"https://raw.githubusercontent.com/spothero/SHEmailValidator/master/Screenshots/Screenshot%202.png",
"https://raw.githubusercontent.com/spothero/SHEmailValidator/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/SHEmailValidator.git",
"tag": "1.0.5"
},
"source_files": [
"SHEmailValidator",
"SHEmailValidator/*.{h,m}"
],
"resources": "SHEmailValidator/DomainData.plist"
}