blob: 790e3853e9d674fbb25a30e88452e5e67d38c1b8 [file] [log] [blame]
{
"name": "MROperation",
"version": "0.1.0",
"summary": "NSOperation subclass that manages the concurrent execution of a block.",
"description": "The `MROperation` class is a concrete subclass of `NSOperation` that manages the concurrent execution of a block.",
"homepage": "https://github.com/hectr/MROperation",
"license": "MIT",
"authors": {
"hectr": "h@mrhector.me"
},
"source": {
"git": "https://github.com/hectr/MROperation.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/hectormarquesra",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "MROperation"
}