blob: 6a64caa2dcda53252681007048e8d579a745add0 [file] [log] [blame]
{
"name": "GRStatusBar",
"version": "1.0.2",
"summary": "Safari-like status bar for OS X apps.",
"description": "Safari-like status bar for OS X apps.\nThis adds a `statusBar` property to NSWindow, the easiest way to show a status message\nis by just setting the `text` property on your window's `statusBar`.\n\n[See demo app to learn more](https://github.com/insidegui/GRStatusBarDemo).",
"homepage": "https://github.com/insidegui/GRStatusBar",
"license": "BSD",
"authors": {
"Guilherme Rambo": "eu@guilhermerambo.me"
},
"source": {
"git": "https://github.com/insidegui/GRStatusBar.git",
"tag": "1.0.2"
},
"platforms": {
"osx": "10.11"
},
"requires_arc": true,
"source_files": "GRStatusBar/*.swift"
}