blob: ccb2e191ab9af300bfbc3bec32d7fb0e4e1c44d5 [file] [log] [blame]
{
"name": "SpotHeroEmailValidator",
"version": "2.0.2",
"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.2"
},
"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"
}