[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 4 / d / GCDTimer / 1.0.0 / GCDTimer.podspec.json
blobc92e83368d643058fed3fa79767348c0a56772a0
2   "name": "GCDTimer",
3   "version": "1.0.0",
4   "summary": "Equivalent of NSTimer on GCD queues.",
5   "description": "                       Implementation of NSTimer-like class with API close as much as possible to original,\n\t\t\t\t\t   but done on top of GCD (Grand Central Dispatch).\n",
6   "homepage": "https://github.com/ivanzoid/GCDTimer",
7   "license": "MIT",
8   "authors": {
9     "Ivan Zezyulya": "GCDTimer@zezyulya.com"
10   },
11   "source": {
12     "git": "https://github.com/ivanzoid/GCDTimer.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "4.0"
17   },
18   "requires_arc": true,
19   "source_files": "Source"