blob: f0092247f265811f80f44b142fe6b1defe84609e [file] [log] [blame]
{
"name": "MROperation",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "NSOperation subclass that manages the concurrent execution of a block.",
"homepage": "https://github.com/hectr/MROperation",
"authors": {
"Héctor Marqués Ranea": "h@mrhector.me"
},
"source": {
"git": "https://github.com/hectr/MROperation.git",
"commit": "0.0.1"
},
"source_files": "MROperation",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true
}