blob: a0f0190bd18650d710b4da07daf971af025b2873 [file] [log] [blame]
{
"name": "Cricket",
"version": "0.1.1",
"summary": "Report bugs and feedback from within your app",
"description": "Cricket allows you to report bugs or submit feedback directly from within your\napp. Users can annotate a screenshot of your app and write a message. The\nmessage, screenshot and other app meta data are then submitted via email. You\ncan also customize your own handlers if you don't want to use email.",
"homepage": "https://github.com/nebs/Cricket",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nebojsa Petrovic": "nebspetrovic@gmail.com"
},
"source": {
"git": "https://github.com/nebs/Cricket.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/nebsp",
"platforms": {
"ios": "8.0"
},
"source_files": "Cricket/Classes/**/*",
"dependencies": {
"SnapKit": [
"~> 3.1.2"
]
},
"pushed_with_swift_version": "3.0"
}