blob: 283ca30fc7576e3f31b6892d0fad36cc9bfd9a99 [file] [log] [blame]
{
"name": "BugShaker",
"version": "0.2.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",
"screenshots": [
"https://raw.githubusercontent.com/dtrenz/BugShaker/develop/Screenshots/screenshot-1.png",
"https://raw.githubusercontent.com/dtrenz/BugShaker/develop/Screenshots/screenshot-2.png"
],
"license": "MIT",
"authors": {
"Dan Trenz": "dtrenz@gmail.com"
},
"source": {
"git": "https://github.com/detroit-labs/BugShaker.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/dtrenz",
"platforms": {
"ios": "8.3"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"frameworks": [
"UIKit",
"MessageUI"
]
}