blob: a9e00734e9a18f95da1bddbda7399336b949cc21 [file] [log] [blame]
{
"name": "NumeralEndings",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "NumeralEndings/Classes/**/*",
"pushed_with_swift_version": "3.0"
}