blob: 677b0c4ba8150ed6fcd7a026cfaedc3448ac844d [file] [log] [blame]
{
"name": "Plurals",
"version": "1.0.0",
"swift_versions": "5.0",
"summary": "A function that extends String to include the ability to return the plural form of a single word.",
"description": "Introduces a function that extends String to include the ability to return the plural form of a single word.",
"homepage": "https://github.com/imattice/plurals",
"license": "MIT",
"authors": {
"Ike Mattice": "ikemattice@icloud.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/imattice/plurals.git",
"tag": "1.0.0"
},
"source_files": [
"Plurals",
"Plurals/**/*.{h,m,swift}"
],
"swift_version": "5.0"
}