[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / c / 7 / NSDate+RelativeTime / 1.0.0 / NSDate+RelativeTime.podspec.json
blob8758fc6d752d4412e981f3659427eed79cdf4cc2
2   "name": "NSDate+RelativeTime",
3   "version": "1.0.0",
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.0"
17   },
18   "source_files": [
19     "NSDate+RelativeTime.h",
20     "NSDate+RelativeTime.m"
21   ],
22   "resources": "NSDate+RelativeTime.bundle",
23   "platforms": {
24     "ios": "5.0"
25   },
26   "requires_arc": false