blob: 96a3b0ee60168e4d9e0cbaf7a44bf10c50749329 [file] [log] [blame]
{
"name": "IssueReporter",
"version": "0.1.14",
"summary": "An extremely lightweight but powerful plugin to use in your iOS application that can create new GitHub issues when the phone is shaken.",
"description": "An extremely lightweight library that only relies on AFNetworking to allow creating new issues on Github. After proper configuration, this library\nallows the user to shake the phone to report bugs in the app. Very useful for clients who are not comfortable with using Github. After the phone is has been\nshaken, the library snapshots the current screen the user was on to aid in debugging. The user then is presented with a screen where he can enter the title of\nthe issue and a more detailed description. The user even has the option to add more images to upload with the issue.",
"homepage": "https://github.com/abellono/IssueReporter",
"license": "MIT",
"authors": {
"Hakon Hanesand": "hakon@hanesand.no"
},
"source": {
"git": "https://github.com/abellono/IssueReporter.git",
"tag": "0.1.14"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"IssueReporter": [
"Pod/Assets/*.{png,strings}"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"AFNetworking": [
]
}
}