[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 2 / 8 / 1 / Debounce / 1.4.0 / Debounce.podspec.json
blob9b0b35097a22785a80dd06c30956d1d0bb8f1adb
2   "name": "Debounce",
3   "version": "1.4.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     "Christian Gossain": "cgossain@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/cgossain/Debounce.git",
16     "tag": "1.4.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"