[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 1 / 5 / AsyncTimer / 2.1.1 / AsyncTimer.podspec.json
blob436b6abfeea2a08bae821aea2ff553a958086a2c
2   "name": "AsyncTimer",
3   "version": "2.1.1",
4   "summary": "AsyncTimer is a precision asynchronous timer. You can also use it as a countdown timer",
5   "description": "AsyncTimer is a pod that adds precision asynchronous timer to your app\n  * Working with user events (like: scrolling, tapping, ...).\n  * Functionality (start, pause, resume, stop, restart)\n  * Support for clousure (never more selectors)\n  * Can work as a countdown timer\n  * Can work in background.",
6   "homepage": "https://github.com/Decybel07/AsyncTimer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adrian Bobrowski": "adrian071993@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Decybel07/AsyncTimer.git",
16     "tag": "2.1.1"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": "Source/**/*.swift",
25   "frameworks": "Foundation",
26   "pushed_with_swift_version": "3.0"