blob: 3981e570dedb119ef1de82c6c9bc657b903098ac [file] [log] [blame]
{
"name": "Debounce",
"version": "1.1.0",
"summary": "A tiny library used for debouncing (throttling) needs, written in Swift.",
"description": "This library is designed to be a lightweight dependency to satisfy debouncing or throttling needs.",
"homepage": "https://github.com/cgossain/Debounce",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cgossain": "cgossain@gmail.com"
},
"source": {
"git": "https://github.com/cgossain/Debounce.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "11.4"
},
"swift_versions": "5.0",
"source_files": "Debounce/Classes/**/*",
"frameworks": "Foundation",
"swift_version": "5.0"
}