blob: cc279cbee9d71382202d6dc3e154f586129eed66 [file] [log] [blame]
{
"name": "NSDate+TimeAgo",
"platforms": {
"ios": "5.0"
},
"version": "1.0.1",
"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": "kevin.lawler@gmail.com"
},
"source": {
"git": "https://github.com/kevinlawler/NSDate-TimeAgo.git",
"tag": "v1.0.1"
},
"source_files": "*.{h,m}",
"resources": "NSDateTimeAgo.bundle",
"requires_arc": true
}