blob: a27a7c422f441fd30a1e45dbcc6dfbff35a737a3 [file] [log] [blame]
{
"name": "Mailcheck-ObjectiveC",
"version": "0.1",
"summary": "An Objective-C port of Kicksend's Mailcheck. Suggest corrections for misspelled email addresses.",
"homepage": "https://github.com/dkasper/Mailcheck-ObjectiveC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David Kasper": "dkasper@gmail.com"
},
"source": {
"git": "https://github.com/dkasper/Mailcheck-ObjectiveC.git",
"tag": "0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "Mailcheck/*.{h,m}",
"requires_arc": true
}