blob: 50c8a9918c7432660fbc27b119e43f555454c4aa [file] [log] [blame]
{
"name": "VBError",
"version": "1.1.0",
"summary": "VBError is a base class for your own errors.",
"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.",
"homepage": "https://github.com/valnoc/VBError",
"license": "MIT",
"authors": {
"Valeriy Bezuglyy": "valnocorner@gmail.com"
},
"source": {
"git": "https://github.com/valnoc/VBError.git",
"tag": "v1.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "VBError/**/*"
}