blob: 7cc97ac659eab646bce86ae477573f6887ad2713 [file] [log] [blame]
{
"name": "GCDObjC",
"version": "0.2.0",
"summary": "Objective-C wrapper for Grand Central Dispatch.",
"description": " GCDObjC is an Objective-C wrapper for the most commonly used features of Grand Central Dispatch.\n It has four main aims:\n\n * Organize the flat C API into appropriate classes.\n * Use intention-revealing names to distinguish between synchronous and asynchronous functions.\n * Use more convenient arguments such as NSTimeIntervals.\n * Add convenience methods.\n",
"homepage": "https://github.com/mjmsmith/gcdobjc",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mark Smith": "mark@camazotz.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/mjmsmith/gcdobjc.git",
"tag": "v0.2.0"
},
"source_files": "GCDObjC",
"requires_arc": true
}