blob: 2ff07ee5cb831d9c438091be6f694ff073c44274 [file] [log] [blame]
{
"name": "PDKTimer",
"version": "0.0.3",
"summary": "A simple swift GCD based Timer",
"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",
"homepage": "https://github.com/Produkt/PDKTimer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel García": "dani@produktstudio.com"
},
"social_media_url": "http://twitter.com/fillito",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Produkt/PDKTimer.git",
"tag": "0.0.3"
},
"source_files": "PDKTimer/*"
}