blob: c5f827d9dcdf467d3c1cfbae51381713921d3a52 [file] [log] [blame]
{
"name": "VBException",
"version": "0.1.0",
"summary": "VBException simplifies exception instance creation by adding useful class methods.",
"description": " VBException simplifies exception instance creation by adding useful class methods.\nVBException is a base class for your own exceptions. It adds useful class methods for fast exception instance creation.\n",
"homepage": "https://github.com/valnoc/VBException",
"license": "MIT",
"authors": {
"Valeriy Bezuglyy": "valnocorner@gmail.com"
},
"source": {
"git": "https://github.com/valnoc/VBException.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "VBException/**/*"
}