blob: 48c4988673bafa03e992a7b07a244ff4ae9d8339 [file] [log] [blame]
{
"name": "NSDateComponents-HNExtensions",
"version": "0.3",
"summary": "A category on NSDateComponents allowing nice localizable string descriptions",
"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.",
"homepage": "https://github.com/henrinormak/NSDateComponents-HNExtensions",
"license": {
"type": "MIT"
},
"authors": {
"Henri Normak": "henri.normak@gmail.com"
},
"source": {
"git": "https://github.com/henrinormak/NSDateComponents-HNExtensions.git",
"tag": "0.3"
},
"source_files": "NSDateComponents+HNExtensions.{h,m}",
"resources": "Localizations/**",
"requires_arc": true
}