[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 8 / 7 / 0 / DebounceOperation / 0.1.1 / DebounceOperation.podspec.json
blobb1bcbec73b44fcd52a65646f0bbebdfb4341a3b2
2   "name": "DebounceOperation",
3   "version": "0.1.1",
4   "summary": "Microlibrary to help you do a bit less work, a little later.",
5   "description": "A well tested Micriolibrary NSOperation subclass coelescing invocations of a given block so that it happens only once.",
6   "homepage": "https://github.com/joedaniels29/DebounceOperation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Joe": "joedaniels29@me.com"
13   },
14   "social_media_url": "http://twitter.com/joedaniels29",
15   "platforms": {
16     "ios": "10.0",
17     "watchos": "3.0",
18     "tvos": "10.0"
19   },
20   "source": {
21     "git": "https://github.com/joedaniels29/DebounceOperation.git",
22     "tag": "v0.1.1"
23   },
24   "source_files": "Sources",
25   "pushed_with_swift_version": "3.0"