blob: 2d8fc729b52e8b0bd3b15eaa5bde8e88b40a4863 [file] [log] [blame]
{
"name": "VBException",
"version": "1.0.1",
"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.\n",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "VBException/**/*"
}