blob: d20f2e09e60dbe7902179e39cf5937e798cf0229 [file] [log] [blame]
{
"name": "IssueReporter",
"version": "1.0.0",
"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.0.0"
},
"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",
"dependencies": {
"AFNetworking": [
]
}
}