blob: d81c89597dd4ab25cc8433332f263ac8855889b2 [file] [log] [blame]
{
"name": "SHEmailValidator",
"license": "Apache License, Version 2.0",
"version": "1.0.2",
"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). \n",
"homepage": "https://github.com/spothero/SHEmailValidator",
"screenshots": [
"https://github.com/spothero/SHEmailValidator/blob/master/Screenshots/Screenshot%201.png",
"https://github.com/spothero/SHEmailValidator/blob/master/Screenshots/Screenshot%202.png",
"https://github.com/spothero/SHEmailValidator/blob/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": "v1.0.2"
},
"source_files": [
"SHEmailValidator",
"SHEmailValidator/*.{h,m}"
]
}