| { |
| "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": [ |
| |
| ] |
| } |
| } |