blob: 1eb0648789c6569130750b8db8be98e2cc103ce3 [file] [log] [blame]
{
"name": "Inflect",
"version": "0.0.3",
"summary": "Swift implementation of Inflect",
"description": "Swift implementation of PERL library Inflect, Convert english words into their Singular or Plural Form",
"homepage": "https://github.com/mukeshydv/Inflect",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mukesh Yadav": "mails4ymukesh@gmail.com"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/mukeshydv/Inflect.git",
"tag": "0.0.3"
},
"source_files": "Sources/**/*.swift"
}