blob: 6d9effe6c222576e9ef6c0aed6d342f8824cf9b4 [file] [log] [blame]
{
"name": "SwiftDebouncer",
"version": "0.1.1",
"summary": "Swift Debouncer Library to delay function calls",
"description": "Swift Debouncer Library to delay function calls and not have them called multiple times at once",
"homepage": "https://github.com/xremix/SwiftDebouncer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Toni Hoffmann": "toni-hoffmann@xremix.de"
},
"source": {
"git": "https://github.com/xremix/SwiftDebouncer.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftDebouncer/*.swift",
"pushed_with_swift_version": "4.0"
}