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