[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / c / 8 / RTProgressBar / 1.0.1 / RTProgressBar.podspec.json
blob371a2b565da836c002232ff1dd6f0129e19e3738
2   "name": "RTProgressBar",
3   "version": "1.0.1",
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": "1.0.1"
18   },
19   "source_files": "src",
20   "frameworks": [
21     "QuartzCore",
22     "Cocoa"
23   ],
24   "platforms": {
25     "osx": "10.9"
26   },
27   "requires_arc": true