blob: d53b6163805bfcec3b122005133d740aa9aedc4a [file] [log] [blame]
{
"name": "XBExceptionHandler",
"version": "1.0.2",
"summary": "Catch Crash Exception",
"homepage": "https://github.com/yanxiaobing/XBExceptionHandler",
"license": "MIT",
"authors": {
"Xingo": "dove025@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/yanxiaobing/XBExceptionHandler.git",
"tag": "1.0.2"
},
"requires_arc": true,
"subspecs": [
{
"name": "Model",
"source_files": "XBExceptionHandler/**/*.{h,m}"
},
{
"name": "Service",
"source_files": "XBExceptionHandler/**/*.{h,m}"
},
{
"name": "View",
"source_files": "XBExceptionHandler/**/*.{h,m}"
}
]
}