[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / d / 1 / 5 / AsyncTimer / 2.2.0 / AsyncTimer.podspec.json
blobdb01ddbb9489172aca9570a0a3a5b08a5349a5e5
2   "name": "AsyncTimer",
3   "version": "2.2.0",
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.2.0"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "4.0"
20   },
21   "platforms": {
22     "ios": "9.0",
23     "osx": "10.10",
24     "tvos": "9.0",
25     "watchos": "2.0"
26   },
27   "source_files": "Source/**/*.swift",
28   "frameworks": "Foundation",
29   "pushed_with_swift_version": "4.0"