[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 3 / 0 / OSXPreventSleep / 0.1.0 / OSXPreventSleep.podspec.json
blob9ae449bd9045d67b7a1adab6d2cc7fdc71018873
2   "name": "OSXPreventSleep",
3   "version": "0.1.0",
4   "summary": "Prevents sleep mode of OS X.",
5   "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.",
6   "homepage": "https://github.com/sarsonj/OSXPreventSleep",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jindrich Sarson": "jindra@tappytaps.com"
13   },
14   "source": {
15     "git": "https://github.com/sarsonj/OSXPreventSleep.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "osx": "10.8"
20   },
21   "source_files": "Classes/**/*"