[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / c / 7 / NSDate+RelativeTime / 1.0.1 / NSDate+RelativeTime.podspec.json
blob6b7968e120a089ac38f80d8bcc50e27a27a4855a
2   "name": "NSDate+RelativeTime",
3   "version": "1.0.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bart van Zon": "bartvanzon@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/bartj3/NSDate-RelativeTime.git",
16     "tag": "1.0.1"
17   },
18   "source_files": [
19     "NSDate+RelativeTime.h",
20     "NSDate+RelativeTime.m"
21   ],
22   "resources": "NSDate+RelativeTime.bundle",
23   "requires_arc": false