[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / d / f / NSDateComponents-HNExtensions / 0.4 / NSDateComponents-HNExtensions.podspec.json
blobdc0c7fb4ec6c555ed9ac4f39ca1fbe3a1104da75
2   "name": "NSDateComponents-HNExtensions",
3   "version": "0.4",
4   "summary": "A category on NSDateComponents allowing nice localizable string descriptions",
5   "description": "Localizing units of time, such as years, months, days or hours can be tricky due to how plural forms are used in different languages. This category aims to help with that process by providing a way to get a nice localizable string out of a NSDateComponents object.",
6   "homepage": "https://github.com/henrinormak/NSDateComponents-HNExtensions",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Henri Normak": "henri.normak@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/henrinormak/NSDateComponents-HNExtensions.git",
15     "tag": "0.4"
16   },
17   "source_files": "NSDateComponents+HNExtensions.{h,m}",
18   "resources": "Localizations/**",
19   "requires_arc": true