blob: f70e0fb20a5e16f371606f4ba2dc2114c0229beb [file] [log] [blame]
{
"name": "VBError",
"version": "1.0.1",
"summary": "VBError is a base class for your own errors.",
"description": " VBError is a base class for your own errors.\nCreate a subclass and implement <i>+domain</i> and <i>+code</i> methods to provide useful error information.\n",
"homepage": "https://github.com/valnoc/VBError",
"license": "MIT",
"authors": {
"Valeriy Bezuglyy": "valnocorner@gmail.com"
},
"source": {
"git": "https://github.com/valnoc/VBError.git",
"tag": "v1.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "VBError/**/*"
}