blob: 436b6abfeea2a08bae821aea2ff553a958086a2c [file] [log] [blame]
{
"name": "AsyncTimer",
"version": "2.1.1",
"summary": "AsyncTimer is a precision asynchronous timer. You can also use it as a countdown timer",
"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.",
"homepage": "https://github.com/Decybel07/AsyncTimer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adrian Bobrowski": "adrian071993@gmail.com"
},
"source": {
"git": "https://github.com/Decybel07/AsyncTimer.git",
"tag": "2.1.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/**/*.swift",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}