blob: fe8dd9dc25e3cb88726584099d526ab6f2f928cf [file] [log] [blame]
{
"name": "GCDObjC",
"version": "0.3.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.\nIt 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.",
"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.3.0"
},
"source_files": "GCDObjC",
"requires_arc": true
}