[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 0 / 7 / TimeAgoInWords / 2.0.0 / TimeAgoInWords.podspec.json
blob259ec73e9a521583642ae92401fdd7f41eeb368c
2   "name": "TimeAgoInWords",
3   "version": "2.0.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",
6   "homepage": "https://github.com/ello/TimeAgoInWords",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": [
12     "Ello",
13     "Ryan Boyajian"
14   ],
15   "source": {
16     "git": "https://github.com/ello/TimeAgoInWords.git",
17     "tag": "2.0.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": false,
23   "source_files": "TimeAgoInWords.swift",
24   "frameworks": "Foundation"