2 "name": "NSDate+RelativeTime",
4 "summary": "An NSDate category to generate relative time strings from dates",
5 "description": "NSDate+RelativeTime\n===================\n\nNSDate+RelativeTime is an `NSDate` category to generate relative time (or fuzzy\ntime) strings from dates. NSDate's are parsed to strings like for example\n'Now', 'A day ago' or '3 months from now'. NSDate+RelativeTime seperates\nitself from other alike categories in the fact that it handles not only past\ndates but future dates as well.\n\n## Usage\n* Import `NSDate+RelativeTime.h` into the class.\n* Call the `relativeTime` method on an NSDate to get the relative time.\n\n## Tests\nThe tests are in `NSDate+RelativeTimeTests.m` and require Kiwi to run.\n",
6 "homepage": "http://github.com/bartj3/nsdate-relativetime",
12 "Bart van Zon": "bartvanzon@gmail.com"
15 "git": "https://github.com/bartj3/NSDate-RelativeTime.git",
19 "NSDate+RelativeTime.h",
20 "NSDate+RelativeTime.m"
22 "resources": "NSDate+RelativeTime.bundle",