[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 9 / d / f / NSDateComponents-HNExtensions / 0.3 / NSDateComponents-HNExtensions.podspec.json
blob48c4988673bafa03e992a7b07a244ff4ae9d8339
2   "name": "NSDateComponents-HNExtensions",
3   "version": "0.3",
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.3"
16   },
17   "source_files": "NSDateComponents+HNExtensions.{h,m}",
18   "resources": "Localizations/**",
19   "requires_arc": true