[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 6 / 9 / GRStatusBar / 1.0.4 / GRStatusBar.podspec.json
bloba2254670da327f5978ca406d7318e06f58b69889
2   "name": "GRStatusBar",
3   "version": "1.0.4",
4   "summary": "Safari-like status bar for OS X apps.",
5   "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).",
6   "homepage": "https://github.com/insidegui/GRStatusBar",
7   "license": "BSD",
8   "authors": {
9     "Guilherme Rambo": "eu@guilhermerambo.me"
10   },
11   "source": {
12     "git": "https://github.com/insidegui/GRStatusBar.git",
13     "tag": "1.0.4"
14   },
15   "platforms": {
16     "osx": "10.11"
17   },
18   "requires_arc": true,
19   "source_files": "GRStatusBar/*.swift"