blob: f9bd8e43651098bbac8ce9cf8f9faf0ad5176298 [file] [log] [blame]
{
"name": "SexyDates",
"version": "1.0.0",
"summary": "NSNumber category that creates dates in a sexy, Rails-like way: `@(3).days.ago`.",
"description": " SexyDates is an Objective-C category on NSNumber that\n allows you to create dates (NSDate objects) in a sexy,\n Rails-/ActiveSupport-like way: `@(3).days.ago`.\n",
"homepage": "http://github.com/nubbel/SexyDates",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dominique d'Argent": "dominique.dargent@me.com"
},
"source": {
"git": "https://github.com/nubbel/SexyDates.git",
"tag": "1.0.0"
},
"source_files": [
"SexyDates.h",
"NSNumber+SexyDates.h",
"NSNumber+SexyDates.m"
],
"requires_arc": true
}