blob: 3f5ce47f8d503dd2b0159de301a456959277bbb5 [file] [log] [blame]
{
"name": "DWCrashCollector",
"version": "0.0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "崩溃收集类。Collect crash.",
"homepage": "https://github.com/CodeWicky/DWCrashCollector",
"authors": {
"codeWicky": "codewicky@163.com"
},
"source": {
"git": "https://github.com/CodeWicky/DWCrashCollector.git",
"tag": "0.0.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "DWCrashCollector/**/*.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"DWKit/DWCategory/DWDeviceUtils": [
],
"DWKit/DWUtils/DWFileManager": [
]
}
}