blob: b440348d1a37948da54ea10ed9c0093c3c7a1362 [file] [log] [blame]
{
"name": "NSString-Email",
"version": "0.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A category on NSString for checking if a string is an email address.",
"homepage": "https://github.com/NZN/NSString-Email",
"screenshots": "http://s24.postimg.org/amuiafe51/NSString_Email.png",
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"authors": {
"Bruno Tortato Furtado": "bruno.furtado@gruponzn.com"
},
"source_files": "NSString-Email/*.{h,m}",
"source": {
"git": "https://github.com/NZN/NSString-Email.git",
"tag": "0.0.2"
}
}