blob: 8f9babcc3ae7fc46087406467c9e362eb4ca0f44 [file] [log] [blame]
{
"name": "GCDSwift",
"version": "0.2.0",
"summary": "Swift wrapper for Grand Central Dispatch.",
"description": "GCDSwift is a Swift 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.\n* Add convenience methods.",
"homepage": "https://github.com/mjmsmith/gcdswift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mark Smith": "mark@camazotz.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mjmsmith/gcdswift.git",
"tag": "v0.2.0"
},
"source_files": "GCDSwift"
}