| { |
| "name": "BugShaker", |
| "version": "0.1.0", |
| "summary": "Shake to submit a bug report (w/ screenshot) via email.", |
| "description": "BugShaker allows your users to simply submit bug reports by shaking the device.\nWhen a shake is detected, the current screen state is captured and the user is\nprompted to submit a bug report via a mail composer with the screenshot attached.", |
| "homepage": "https://github.com/detroit-labs/BugShaker", |
| "license": "MIT", |
| "authors": { |
| "Dan Trenz": "dtrenz@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/detroit-labs/BugShaker.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/dtrenz", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/BugShaker.Swift", |
| "frameworks": [ |
| "UIKit", |
| "MessageUI" |
| ] |
| } |