blob: 0e0b8f3189226e697e50bc1fe570c07556dc8927 [file] [log] [blame]
{
"name": "EmailChecker",
"version": "0.1",
"summary": "EmailChecker helps to catch simple email domain typos.",
"description": " EmailChecker helps to catch simple email domain\n typos. Its intended to be used as a hint when a\n user have to enter an email address.\n\n give it an email string and it returns a suggestion\n if one found or the original string if not.\n",
"homepage": "https://github.com/wordpress-mobile/EmailChecker",
"license": "MIT",
"authors": {
"Maxime Biais": "maxime.biais@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"libraries": "c++",
"source": {
"git": "https://github.com/wordpress-mobile/EmailChecker.git",
"tag": "0.1"
},
"source_files": [
"ios/EmailChecker/**/*.{h,mm}",
"common/**/*.{h,cpp}"
],
"requires_arc": false,
"deprecated": true
}