| { |
| "name": "BugShaker", |
| "version": "0.4.0", |
| "license": { |
| "type": "Apache 2.0" |
| }, |
| "homepage": "https://github.com/detroit-labs/BugShaker", |
| "documentation_url": "http://dtrenz.github.io/BugShaker/", |
| "authors": { |
| "Dan Trenz": "dtrenz@gmail.com" |
| }, |
| "summary": "Shake to submit a bug report (w/ screenshot) via email.", |
| "source": { |
| "git": "https://github.com/detroit-labs/BugShaker.git", |
| "tag": "0.4.0" |
| }, |
| "source_files": "Sources/*.swift", |
| "swift_version": "4.1", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "frameworks": [ |
| "UIKit", |
| "MessageUI" |
| ], |
| "requires_arc": true, |
| "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.", |
| "screenshots": [ |
| "https://raw.githubusercontent.com/dtrenz/BugShaker/develop/Screenshots/screenshot-1.png", |
| "https://raw.githubusercontent.com/dtrenz/BugShaker/develop/Screenshots/screenshot-2.png" |
| ], |
| "social_media_url": "https://twitter.com/dtrenz" |
| } |