blob: ab31b71e1621756d31c8a172e0c57370c87e24f0 [file] [log] [blame]
{
"name": "SexyDates",
"version": "1.0.1",
"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.1"
},
"source_files": [
"SexyDates.h",
"NSNumber+SexyDates.h",
"NSNumber+SexyDates.m"
],
"requires_arc": true
}