blob: eb36f8277d0ab190b35517107301ea5f0b5b5bd4 [file] [log] [blame]
{
"name": "TimeAgoInWords",
"version": "0.1.0",
"summary": "A port of rails' time_ago_in_words date method.",
"description": " This is a direct port of: http://api.rubyonrails.org/classes/ActionView/Helpers/DateHelper.html#method-i-distance_of_time_in_words\n",
"homepage": "https://github.com/ello/TimeAgoInWords",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ryan Boyajian": "ryan@ello.co"
},
"source": {
"git": "https://github.com/ello/TimeAgoInWords.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": false,
"source_files": "TimeAgoInWords.swift",
"frameworks": "Foundation"
}