blob: e6b2f7f0793005845059b72b1fcf24cb0f4a0027 [file] [log] [blame]
{
"name": "RNConcurrentBlockOperation",
"version": "1.0.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.",
"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": "1.0.0"
},
"source_files": "*.{h,m}",
"requires_arc": true
}