[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / b / 7 / RateLimit / 2.1.2 / RateLimit.podspec.json
blob52991472ed0f7c7f439f976bc846b1aca416261e
2   "name": "RateLimit",
3   "version": "2.1.2",
4   "authors": {
5     "Sam Soffes": "sam@soff.es"
6   },
7   "homepage": "https://github.com/soffes/RateLimit",
8   "summary": "Simple utility for only executing code every so often.",
9   "source": {
10     "git": "https://github.com/soffes/RateLimit.git",
11     "tag": "v2.1.2"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "osx": "10.10",
19     "ios": "8.0",
20     "watchos": "2.0"
21   },
22   "frameworks": "Foundation",
23   "source_files": "RateLimit/**/*.{h,m,swift}"