blob: 983119e2d907abcd20ba2139b088b7678177203f [file] [log] [blame]
{
"name": "PDKTimer",
"version": "0.0.4",
"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.4"
},
"source_files": "PDKTimer/*"
}