[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / c / 8 / RTProgressBar / 2.0.0 / RTProgressBar.podspec.json
blobc16a1eec075031a5d9e38a3e40305f5565de9222
2   "name": "RTProgressBar",
3   "version": "2.0.0",
4   "summary": "Simple progress bar in swift for macOS",
5   "description": "RTProgressBar is a lightweight progress bar for macOS in Swift",
6   "homepage": "https://github.com/RuntimeLLC/RTProgressBar",
7   "screenshots": [
8     "https://raw.githubusercontent.com/RuntimeLLC/RTProgressBar/master/images/determinate.gif",
9     "https://raw.githubusercontent.com/RuntimeLLC/RTProgressBar/master/images/indeterminate.gif"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Daniyar Salakhutdinov": "bluesbastards@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/RuntimeLLC/RTProgressBar.git",
17     "tag": "2.0.0"
18   },
19   "source_files": "src",
20   "frameworks": [
21     "QuartzCore",
22     "Cocoa"
23   ],
24   "platforms": {
25     "osx": "10.9"
26   },
27   "requires_arc": true