[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / f / 7 / CSProgressWatcher / 1.0.0 / CSProgressWatcher.podspec.json
bloba41b3fc9e75e53d355b929f2d3c43fb2bdb539bb
2   "name": "CSProgressWatcher",
3   "version": "1.0.0",
4   "summary": "An alternative to KVO for dealing with `Progress` objects in Swift 3",
5   "description": "A Swift 3 Wrapper around `Progress` for those who want to avoid KVO. CSProgressWatcher\nstrips the necessety of writing repetivive, stringly typed, KVO code and dagerous observer\nmanagement. I hope you will find it usefull. Feature requests and bug reports are welcomed!",
6   "homepage": "https://github.com/CaioSym/CSProgressWatcher",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Caio Sym": "caiosym@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.9",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/CaioSym/CSProgressWatcher.git",
22     "tag": "1.0.0"
23   },
24   "source_files": "CSProgressWatcher/Sources/*.swift",
25   "pushed_with_swift_version": "3.0"