blob: 898ccce810bf48141ee9d7f828938f8684274571 [file] [log] [blame]
{
"name": "AsyncOpKit",
"version": "1.0.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": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "{AsyncOp.swift,AsyncOpTypes.swift,Legacy/*.swift}"
}