4 "summary": "Generic NSOperation subclass for managing asynchronous code in Swift",
5 "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.'",
6 "authors": "Jed Lewison",
7 "homepage": "https://github.com/jedlewison/AsyncOpKit",
10 "git": "https://github.com/jedlewison/AsyncOpKit.git",
17 "source_files": "{AsyncOp.swift,AsyncOpTypes.swift,Legacy/*.swift}"