blob: c92e83368d643058fed3fa79767348c0a56772a0 [file] [log] [blame]
{
"name": "GCDTimer",
"version": "1.0.0",
"summary": "Equivalent of NSTimer on GCD queues.",
"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",
"homepage": "https://github.com/ivanzoid/GCDTimer",
"license": "MIT",
"authors": {
"Ivan Zezyulya": "GCDTimer@zezyulya.com"
},
"source": {
"git": "https://github.com/ivanzoid/GCDTimer.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "4.0"
},
"requires_arc": true,
"source_files": "Source"
}