blob: 7283829e60ae713f518800b4793af66318575be6 [file] [log] [blame]
{
"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"
]
}