blob: 057d0166a29a55ecdc44dc36a570a86c3d2d34f0 [file] [log] [blame]
{
"name": "IssueReporter",
"version": "1.1.2",
"summary": "Shake your phone to submit issues to your GitHub repository!",
"description": "Presents a modal view controller when the phone is shaken that allows the user to report an issue in the app. A screen shot of the window the user was on is taken, and the user also has the option to upload his or her own images.",
"homepage": "https://github.com/abellono/IssueReporter",
"license": "MIT",
"authors": {
"Hakon Hanesand": "hakon@hanesand.no",
"Nikolai Heum": "nikolaiheum@gmail.com"
},
"source": {
"git": "https://github.com/abellono/IssueReporter.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"IssueReporterResources": [
"Pod/Assets/*.{png,strings,storyboard}"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}