blob: 9c7da570c03fcaa7fe424b68c84b502cac7ccc2e [file] [log] [blame]
{
"name": "OSXPreventSleep",
"version": "0.2.0",
"summary": "Prevents sleep mode of OS X.",
"description": "Sometimes, you want to disable OS X power saving feature - like when you are\nplaying video in your app, watching slideshow etc. This simple class can do this.",
"homepage": "https://github.com/sarsonj/OSXPreventSleep",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jindrich Sarson": "jindra@tappytaps.com"
},
"source": {
"git": "https://github.com/sarsonj/OSXPreventSleep.git",
"tag": "0.2.0"
},
"platforms": {
"osx": "10.8"
},
"source_files": "Classes/**/*"
}