blob: 630b349fb792f4b308781c35926aca42d8207620 [file] [log] [blame]
{
"name": "VBException",
"version": "1.0.2",
"summary": "VBException is a base class for your own exceptions.",
"description": "VBException is a base class for your own exceptions. It makes exception creation and handling more effective.\n\nUse case\n\n1. Create VBException subclass.\n2. Implement <i>+reasonWithUserInfo:</i> method.\n3. Call <i>+exception:</i> or <i>+exceptionWithUserInfo:</i> to create an instance.\n\nBy default, exception name is its classname. It can be changed by implementing <i>+name</i> method.",
"homepage": "https://github.com/valnoc/VBException",
"license": "MIT",
"authors": {
"Valeriy Bezuglyy": "valnocorner@gmail.com"
},
"source": {
"git": "https://github.com/valnoc/VBException.git",
"tag": "v1.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "VBException/**/*"
}