| { |
| "name": "PreventSleep", |
| "version": "0.3.0", |
| "summary": "PreventSleep is a simple library to prevent a Mac from allowing a display to sleep, or from prevent idle sleep.", |
| "homepage": "https://github.com/jesse-c/PreventSleep", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.md" |
| }, |
| "authors": { |
| "Jesse Claven": "jesse.claven@gmail.com" |
| }, |
| "platforms": { |
| "osx": "10.10" |
| }, |
| "source": { |
| "git": "https://github.com/jesse-c/PreventSleep.git", |
| "tag": "0.3.0" |
| }, |
| "source_files": "Sources/*.swift", |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |