[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / e / 2 / VBError / 1.1.0 / VBError.podspec.json
blob50c8a9918c7432660fbc27b119e43f555454c4aa
2   "name": "VBError",
3   "version": "1.1.0",
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.\n1. Create VBError subclass.\n2. Call <i>+errorWithCode:</i>, <i>errorWithUserInfo:</i>, <i>+errorWithCode:userInfo:</i> or <i>+errorWithError:</i> to create an instance.\n\nUse case 2\n1. Create VBError subclass.\n2. Implement <i>+code</i> method.\n3. Call <i>+error</i>, <i>+errorWithUserInfo:</i> to create an instance.",
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.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "VBError/**/*"