blob: a41b3fc9e75e53d355b929f2d3c43fb2bdb539bb [file] [log] [blame]
{
"name": "CSProgressWatcher",
"version": "1.0.0",
"summary": "An alternative to KVO for dealing with `Progress` objects in Swift 3",
"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!",
"homepage": "https://github.com/CaioSym/CSProgressWatcher",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Caio Sym": "caiosym@gmail.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/CaioSym/CSProgressWatcher.git",
"tag": "1.0.0"
},
"source_files": "CSProgressWatcher/Sources/*.swift",
"pushed_with_swift_version": "3.0"
}