blob: a4ce568eba2ddff82b0c33a38e3acefd4953a05d [file] [log] [blame]
{
"name": "NumeralEndings",
"version": "0.1.4",
"summary": "A tiny library helping to correctly modify Russian words depending on the count.",
"description": "Russian words a spelled diffently in this cases:\nQuantity ends in 1 - As per position in the sentence.\nQuantity ends in 2,3,4 - Genitive Singular.\nQuantity ends in 5,6,7,8,9,0,11,12 etc. - Genitive Plural\nLibrary extends integer type to return a correct form of a word.",
"homepage": "https://github.com/blob8129/NumeralEndings",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"blob8129@gmail.com": "bloba8129@gmail.com"
},
"source": {
"git": "https://github.com/blob8129/NumeralEndings.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NumeralEndings/Classes/**/*",
"pushed_with_swift_version": "3.0"
}