blob: 0a775144fe80afcb5992759e4931728a2b3699c0 [file] [log] [blame]
{
"name": "BugShaker",
"version": "0.5.0",
"license": {
"type": "Apache 2.0"
},
"homepage": "https://github.com/dtrenz/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/dtrenz/BugShaker.git",
"tag": "0.5.0"
},
"source_files": "Sources/*.swift",
"swift_version": "4.2",
"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"
}