blob: 02af5adb9ff934238c56e6054f98367a1fe50b2d [file] [log] [blame]
{
"name": "IssueReporter",
"version": "3.0.0",
"summary": "Shake your beta app to report issues to GitHub!",
"description": "Submit issues to github through your development app by shaking your phone! Beta testers can use this tool to report bugs to you while they are testing your app.",
"homepage": "https://github.com/abellono/IssueReporter",
"license": "MIT",
"authors": {
"Hakon Hanesand": "hakon@abello.no",
"Nikolai Heum": "nikolai@abello.no"
},
"source": {
"git": "https://github.com/abellono/IssueReporter.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "IssueReporter/Core/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"resource_bundles": {
"IssueReporterResources": [
"IssueReporter/Assets/*.{png,strings,storyboard}"
]
},
"pushed_with_swift_version": "4.0"
}