[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / f / 4 / PDKTimer / 0.0.4 / PDKTimer.podspec.json
blob983119e2d907abcd20ba2139b088b7678177203f
2   "name": "PDKTimer",
3   "version": "0.0.4",
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.4"
21   },
22   "source_files": "PDKTimer/*"