blob: 1b6598bb7b3a79950f1e6fc51d605c1c74ea2266 [file] [log] [blame]
{
"name": "BugShaker",
"version": "0.1.1",
"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.1"
},
"social_media_url": "https://twitter.com/dtrenz",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/BugShaker.Swift",
"frameworks": [
"UIKit",
"MessageUI"
]
}