| { |
| "name": "CrashGuard", |
| "version": "0.1.0", |
| "summary": "Protect your app from some common crashes.", |
| "description": "Protect your app form some crashes, like Container, String, Unrecognized Selector, Bad Access and so on.", |
| "homepage": "https://github.com/SomnusLee1988/CrashGuard", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "SomnusLee": "somnuslee1988@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/SomnusLee1988/CrashGuard.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "CrashGuard/Classes/**/*" |
| } |