blob: 704c5d9ef7a5896b3668dbe3e2f58e24bb36f98a [file] [log] [blame]
{
"name": "AsyncOpKit",
"version": "0.1.0",
"summary": "Generic NSOperation subclass for managing asynchronous code in Swift",
"description": "AsyncOpKit provides AsyncOp, a generic NSOperation subclass for managing\nasynchronous operations with NSOperationQueues while taking advantage of\nthe power of Swift's type system. Async Op is not compatible with Obj-C,\nhowever a legacy AsyncOperation that is Obj-C compatible is included.'",
"authors": "Jed Lewison",
"homepage": "https://github.com/jedlewison/AsyncOpKit",
"license": "MIT",
"source": {
"git": "https://github.com/jedlewison/AsyncOpKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "{AsyncOp.swift,AsyncOpTypes.swift,Legacy/*.swift}"
}