| { |
| "name": "SlackyBeaver", |
| "version": "0.1.0", |
| "summary": "Uses SwiftyBeaver file logging to send logs via slack when an issue arrises.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/drewg233/SlackyBeaver", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "drewg233": "drewgarcia23@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/drewg233/SlackyBeaver.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "SlackyBeaver/Classes/**/*", |
| "dependencies": { |
| "SwiftyBeaver": [ |
| |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |