[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 5 / 0 / 7 / TimeAgoInWords / 0.1.0 / TimeAgoInWords.podspec.json
blobeb36f8277d0ab190b35517107301ea5f0b5b5bd4
2   "name": "TimeAgoInWords",
3   "version": "0.1.0",
4   "summary": "A port of rails' time_ago_in_words date method.",
5   "description": "  This is a direct port of: http://api.rubyonrails.org/classes/ActionView/Helpers/DateHelper.html#method-i-distance_of_time_in_words\n",
6   "homepage": "https://github.com/ello/TimeAgoInWords",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ryan Boyajian": "ryan@ello.co"
13   },
14   "source": {
15     "git": "https://github.com/ello/TimeAgoInWords.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": false,
22   "source_files": "TimeAgoInWords.swift",
23   "frameworks": "Foundation"