blob: c31838df34af306b3c714908932a82150ef37b83 [file] [log] [blame]
{
"name": "Pluralize.swift",
"version": "1.0",
"summary": "Great Swift String Pluralize Extension",
"description": "case-insensitive, tons of rules for irregular nouns (plural form), supports uncountable nouns, allows dynamic addition of rules",
"homepage": "https://github.com/sammy-SC/Pluralize.swift",
"license": "MIT",
"authors": {
"Joshua Arvin Lat": "unknown"
},
"source": {
"git": "https://github.com/sammy-SC/Pluralize.swift.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pluralize/*",
"resource_bundles": {
"Pluralize.swift": [
"Pod/Assets/*.png"
]
}
}