[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 6 / 9 / GRStatusBar / 1.1.1 / GRStatusBar.podspec.json
blob49e176ebf45beaf0ce6d18899ee733068d5182cf
2   "name": "GRStatusBar",
3   "version": "1.1.1",
4   "summary": "Safari-like status bar for macOS apps.",
5   "description": "Safari-like status bar for macOS 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.1.1"
14   },
15   "platforms": {
16     "osx": "10.11"
17   },
18   "requires_arc": true,
19   "source_files": "GRStatusBar/*.swift",
20   "pushed_with_swift_version": "3.0"