blob: a47d8658a0764f8eda2fc7becda48ec616aa5356 [file] [log] [blame]
{
"name": "CPAccelerationTimer",
"version": "0.0.2",
"platforms": {
"ios": null
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Timer with Bézier curve acceleration",
"homepage": "https://github.com/yangmeyer/CPAccelerationTimer",
"authors": {
"Yang Meyer": "https://github.com/yangmeyer"
},
"description": "Calls a block a given number of times, spread out over a given duration, with the between-calls delays determined by a given Bézier curve. Think of it as an NSTimer with custom acceleration.",
"source": {
"git": "https://github.com/plandem/CPAccelerationTimer.git",
"tag": "0.0.2"
},
"source_files": "Component/*.{h,c,m}",
"requires_arc": true
}