blob: ec5b5da2a0d52468d96fa06fbed3b2e5164aefd6 [file] [log] [blame]
{
"name": "SpotHeroEmailValidator",
"version": "2.0.0",
"authors": {
"SpotHero": "ios@spothero.com"
},
"homepage": "https://github.com/SpotHero/SpotHeroEmailValidator-iOS",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/SpotHero/SpotHeroEmailValidator-iOS.git",
"tag": "2.0.0"
},
"summary": "An iOS email validator.",
"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).",
"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"
],
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/SpotHeroEmailValidator/**/*.{h,m}",
"resources": "Sources/SpotHeroEmailValidator/data/DomainData.plist"
}