blob: f3f5547115d654b90d4ef7b051da685dfa0ff2c5 [file] [log] [blame]
{
"name": "Pluralizer",
"version": "1.0",
"summary": "Simple string pluralization.",
"homepage": "https://github.com/elliotchance/Pluralizer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Elliot Chance": "elliotchance@gmail.com"
},
"source": {
"git": "https://github.com/elliotchance/Pluralizer.git",
"tag": "1.0"
},
"source_files": "Pluralizer/*.{h,m}",
"requires_arc": false
}