blob: 464917836bb54f2a0a1de21fb7b0745957da918c [file] [log] [blame]
{
"name": "BugshotKit",
"version": "0.1.0",
"summary": "In-app bug reporting for developers and testers, with annotated screenshots and the console log.",
"homepage": "https://github.com/marcoarment/BugshotKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marco Arment": "arment@marco.org"
},
"source": {
"git": "https://github.com/marcoarment/BugshotKit.git",
"tag": "0.1.0"
},
"source_files": "BugshotKit/*.{h,m}",
"resources": [
"Resources/*"
],
"requires_arc": true,
"platforms": {
"ios": "7.0"
}
}