blob: b04e9baa5123b445276edecf51ffafd2184d8680 [file] [log] [blame]
{
"name": "JJPluralForm",
"version": "2.0",
"summary": "Helps localize strings such as 'N day' by returning '1 day', '2 days'",
"description": " In English, a word can either be singular or plural (e.g. 1 day, 2 days, 10 days).\n Some languages like Chinese have only one form (eg. 1 天, 2 天, 10 天), while others\n like Russian have three (1 день, 2 дня, 10 дней).\n \n JJPluralForm is adapted from Mozilla's PluralForm to handle plural forms in your\n Objective-C projects.\n",
"homepage": "https://github.com/junjie/JJPluralForm",
"screenshots": "https://github.com/junjie/JJPluralForm/raw/master/JJPluralForms.png",
"license": {
"type": "MPL 2.0",
"file": "LICENSE"
},
"authors": {
"Lin Junjie": "mail.junjie@gmail.com"
},
"social_media_url": "http://twitter.com/jjlin",
"source": {
"git": "https://github.com/junjie/JJPluralForm.git",
"tag": "2.0"
},
"source_files": [
"JJPluralForm",
"JJPluralForm/**/*.{h,m}"
],
"requires_arc": true
}