[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / b / 2 / JJPluralForm / 2.1 / JJPluralForm.podspec.json
blobd162b82c728eadcf8ea3baa925b8a089b6027bd0
2   "name": "JJPluralForm",
3   "version": "2.1",
4   "summary": "Helps localize strings such as 'N day' by returning '1 day', '2 days'",
5   "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",
6   "homepage": "https://github.com/junjie/JJPluralForm",
7   "screenshots": "https://github.com/junjie/JJPluralForm/raw/master/JJPluralForms.png",
8   "license": {
9     "type": "MPL 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Lin Junjie": "mail.junjie@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/jjlin",
16   "source": {
17     "git": "https://github.com/junjie/JJPluralForm.git",
18     "tag": "2.1"
19   },
20   "source_files": [
21     "JJPluralForm",
22     "JJPluralForm/**/*.{h,m}"
23   ],
24   "requires_arc": true