blob: b1bcbec73b44fcd52a65646f0bbebdfb4341a3b2 [file] [log] [blame]
{
"name": "DebounceOperation",
"version": "0.1.1",
"summary": "Microlibrary to help you do a bit less work, a little later.",
"description": "A well tested Micriolibrary NSOperation subclass coelescing invocations of a given block so that it happens only once.",
"homepage": "https://github.com/joedaniels29/DebounceOperation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joe": "joedaniels29@me.com"
},
"social_media_url": "http://twitter.com/joedaniels29",
"platforms": {
"ios": "10.0",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/joedaniels29/DebounceOperation.git",
"tag": "v0.1.1"
},
"source_files": "Sources",
"pushed_with_swift_version": "3.0"
}