blob: c6e7e60fd7b7c3dac30729934bb43d4ca76fc599 [file] [log] [blame]
{
"name": "Inflect",
"version": "0.0.2",
"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.2"
},
"source_files": "Sources/**/*.swift"
}