4 "summary": "A timer based on GCD. To be used on threads without runloop (GCD threads).",
5 "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.",
6 "homepage": "https://github.com/maximv88/MVGCDTimer",
12 "maximv88": "maximv88@gmail.com"
15 "git": "https://github.com/maximv88/MVGCDTimer.git",
21 "source_files": "MVGCDTimer/Classes/**/*"