blob: d172055d6773c249c30d27b487bf18380a7763b2 [file] [log] [blame]
{
"name": "TimeAgoInWords",
"version": "3.0.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",
"homepage": "https://github.com/ello/TimeAgoInWords",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": [
"Ello",
"Ryan Boyajian"
],
"source": {
"git": "https://github.com/ello/TimeAgoInWords.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": false,
"source_files": "TimeAgoInWords.swift",
"frameworks": "Foundation",
"ios": {
"resource_bundles": {
"TimeAgoInWords": [
"Localization/*.lproj"
]
}
},
"pushed_with_swift_version": "3.0"
}