[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / 8 / MROperation / 0.1.0 / MROperation.podspec.json
blob790e3853e9d674fbb25a30e88452e5e67d38c1b8
2   "name": "MROperation",
3   "version": "0.1.0",
4   "summary": "NSOperation subclass that manages the concurrent execution of a block.",
5   "description": "The `MROperation` class is a concrete subclass of `NSOperation` that manages the concurrent execution of a block.",
6   "homepage": "https://github.com/hectr/MROperation",
7   "license": "MIT",
8   "authors": {
9     "hectr": "h@mrhector.me"
10   },
11   "source": {
12     "git": "https://github.com/hectr/MROperation.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/hectormarquesra",
16   "platforms": {
17     "ios": "5.0",
18     "osx": "10.7"
19   },
20   "requires_arc": true,
21   "source_files": "MROperation"