[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 3 / f / 4 / PDKTimer / 0.0.2 / PDKTimer.podspec.json
blob9321160e0096881234aae1516f085ff69e448603
2   "name": "PDKTimer",
3   "version": "0.0.2",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniel García": "dani@produktstudio.com"
13   },
14   "social_media_url": "http://twitter.com/fillito",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/Produkt/PDKTimer.git",
20     "tag": "0.0.2"
21   },
22   "source_files": "PDKTimer/*"