[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / b / 7 / RateLimit / 2.1.1 / RateLimit.podspec.json
blobabe67d8dd87a28aacfe1c0a876aaab50f27b15ba
2   "name": "RateLimit",
3   "version": "2.1.1",
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.1"
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}",
24   "pushed_with_swift_version": "3.0.2"