blob: c62f6906de000b47094cd10e8cbe950f9c13e965 [file] [log] [blame]
{
"name": "RNConcurrentBlockOperation",
"version": "2.0",
"summary": "Simple NSOperation subclass that allows a block of asynchronous work to be executed in parallel in a NSOperationQueue",
"description": "RNConcurrentBlockOperation is a simple NSOperation subclass, similar to NSBlockOperation. It allows a block of work that is potentially asynchrounous to be submited into a NSOperationQueue for parallel execution. It allows for cancellation of submitted blocks and returning arbitrary results from your operation.",
"homepage": "https://github.com/nobre84/RNConcurrentBlockOperation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rafael Nobre": "nobre84@gmail.com"
},
"source": {
"git": "https://github.com/nobre84/RNConcurrentBlockOperation.git",
"tag": "2.0"
},
"source_files": "RNConcurrentBlockOperation.{h,m}",
"requires_arc": true
}