blob: 49d4e6da52989e7434a27bd8b504be4960ad89de [file] [log] [blame]
{
"name": "WLAssertionHandler",
"version": "1.0",
"summary": "弹窗处理Assertion,而不是crash",
"description": "用弹窗的方式来处理NSAssert/NSCAssert & NSParameterAssert / NSCParameterAssert",
"homepage": "https://github.com/stoneeagle/WLAssertionHandler",
"screenshots": "https://github.com/stoneeagle/WLAssertionHandler/raw/master/Snapshot.jpeg",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wulei": "stonetree90@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/stoneeagle/WLAssertionHandler.git",
"tag": "1.0"
},
"source_files": "Classes/**/*.{h,m}",
"public_header_files": "Classes/WLAssertionHandler.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"JRSwizzle": [
]
}
}