[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / c / e / MVGCDTimer / 0.1.2 / MVGCDTimer.podspec.json
blob4091721fc5e4a3e1c4ef8ab865584987a5a3ebd5
2   "name": "MVGCDTimer",
3   "version": "0.1.2",
4   "summary": "A timer based on GCD. To be used on threads without runloop (GCD threads).",
5   "description": "This timer abstracts interaction with dispatch commands into a simple timer interface that is similar to NSTimer, but with the added benefit of changing trigger block at any time and restart count.",
6   "homepage": "https://github.com/maximv88/MVGCDTimer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "maximv88": "maximv88@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/maximv88/MVGCDTimer.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MVGCDTimer/Classes/**/*"