blob: 36f148b17ad082717f429e6ac8e299139408f55c [file] [log] [blame]
{
"name": "NSharpDate",
"version": "1.0.1",
"summary": "a NSDate Category that adds convenient methods and properties for converting to NSString for IOS and OSX",
"description": " \n* a NSDate Category that adds convenient methods and properties for converting to NSString and also \n* to create new NSDate objects with for example a day added or get the name of the day.\n",
"homepage": "http://www.nsdatetostring.com/",
"license": "MIT",
"authors": {
"Christian Engvall": "crilleengvall@gmail.com"
},
"source": {
"git": "https://github.com/crilleengvall/NSharpDate.git",
"tag": "1.0.1"
},
"source_files": [
"NSharpDate",
"NSharpDate/*.{h,m}"
],
"exclude_files": "NSharpDateExampleApplication",
"requires_arc": true
}