[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / e / 2 / VBError / 1.0.2 / VBError.podspec.json
blob1a14accb404c2eadf74147b5964065635a4ad6af
2   "name": "VBError",
3   "version": "1.0.2",
4   "summary": "VBError is a base class for your own errors.",
5   "description": "VBError is a base class for your own errors. It makes error creation and handling more effective.\n\nWhen handling error you can check class instead of making domain+code check.\n\nYou can also create same errors(domain+code) in different parts of code by creating an instance of the same VBError subclass.\n\nUse case 1.\n\n1. Create VBError subclass.\n2. Implement <i>+domain</i> value.\n3. Call <i>+errorWithCode:</i> or <i>+errorWithCode:userInfo:</i> to create an instance.\n\nUse case 2\n\n1. Create VBError subclass.\n2. Implement <i>+domain</i> and <i>+code</i> values.\n3. Call <i>+error</i>, <i>+errorWithUserInfo:</i> to create an instance.\n",
6   "homepage": "https://github.com/valnoc/VBError",
7   "license": "MIT",
8   "authors": {
9     "Valeriy Bezuglyy": "valnocorner@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/valnoc/VBError.git",
13     "tag": "v1.0.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "VBError/**/*"