blob: 4c9eb085d09be575e2bdcbdad55e3eb7969d6625 [file] [log] [blame]
{
"name": "NSDate+TimeAgo",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"version": "1.0.6",
"summary": "A \"time ago\", \"time since\", \"relative date\", or \"fuzzy date\" category for NSDate and iOS, Objective-C, Cocoa Touch, iPhone, iPad.",
"homepage": "https://github.com/kevinlawler/NSDate-TimeAgo",
"license": {
"type": "ISC",
"file": "LICENSE"
},
"authors": {
"Kevin Lawler": "k.concerns@gmail.com"
},
"source": {
"git": "https://github.com/kevinlawler/NSDate-TimeAgo.git",
"tag": "v1.0.6"
},
"source_files": "*.{h,m}",
"resources": "NSDateTimeAgo.bundle",
"requires_arc": true
}