4 "summary": "A simple swift GCD based Timer",
5 "description": " A simple swift GCD based Timer\n NSTimer is an Objective-C class that needs a @selector to call. As in swift, we don't have selectors, whe have to pass a String with the name of the function we want to be called\n Wouldn't it be nice if whe could pass a closure to the timer?\n",
6 "homepage": "https://github.com/Produkt/PDKTimer",
12 "Daniel García": "dani@produktstudio.com"
14 "social_media_url": "http://twitter.com/fillito",
19 "git": "https://github.com/Produkt/PDKTimer.git",
22 "source_files": "PDKTimer/*"