blob: 4091721fc5e4a3e1c4ef8ab865584987a5a3ebd5 [file] [log] [blame]
{
"name": "MVGCDTimer",
"version": "0.1.2",
"summary": "A timer based on GCD. To be used on threads without runloop (GCD threads).",
"description": "This timer abstracts interaction with dispatch commands into a simple timer interface that is similar to NSTimer, but with the added benefit of changing trigger block at any time and restart count.",
"homepage": "https://github.com/maximv88/MVGCDTimer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"maximv88": "maximv88@gmail.com"
},
"source": {
"git": "https://github.com/maximv88/MVGCDTimer.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MVGCDTimer/Classes/**/*"
}