| { |
| "name": "CWCrashProtect", |
| "version": "0.0.1", |
| "summary": "CWCrashProtect 线上崩溃保护库", |
| "description": "崩溃保护", |
| "homepage": "https://github.com/ChengwenY/CrashProtect.git", |
| "license": "MIT", |
| "authors": { |
| "ChengwenY": "yuanchegnwen@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/ChengwenY/CrashProtect.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "CWCrashProtect/CWCrashProtect.h", |
| "subspecs": [ |
| { |
| "name": "Base", |
| "source_files": "CWCrashProtect/Core/*.{h,m}" |
| }, |
| { |
| "name": "SetProtect", |
| "source_files": "CWCrashProtect/SetProtect/*.{h,m}", |
| "dependencies": { |
| "CWCrashProtect/Base": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "KVOProtect", |
| "source_files": "CWCrashProtect/KVOProtect/*.{h,m}", |
| "dependencies": { |
| "CWCrashProtect/Base": [ |
| |
| ] |
| } |
| }, |
| { |
| "name": "SelectorProtect", |
| "source_files": "CWCrashProtect/SelectorProtect/*.{h,m}", |
| "dependencies": { |
| "CWCrashProtect/Base": [ |
| |
| ] |
| } |
| } |
| ] |
| } |