[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 2 / 8 / 1 / Debounce / 1.1.0 / Debounce.podspec.json
blob3981e570dedb119ef1de82c6c9bc657b903098ac
2   "name": "Debounce",
3   "version": "1.1.0",
4   "summary": "A tiny library used for debouncing (throttling) needs, written in Swift.",
5   "description": "This library is designed to be a lightweight dependency to satisfy debouncing or throttling needs.",
6   "homepage": "https://github.com/cgossain/Debounce",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "cgossain": "cgossain@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/cgossain/Debounce.git",
16     "tag": "1.1.0"
17   },
18   "platforms": {
19     "ios": "11.4"
20   },
21   "swift_versions": "5.0",
22   "source_files": "Debounce/Classes/**/*",
23   "frameworks": "Foundation",
24   "swift_version": "5.0"