blob: 8d8d92bc486246af84a2e5e9070fab285dd474c7 [file] [log] [blame]
{
"name": "BRYBugReporter",
"version": "0.2.1",
"summary": "A fork of Marco Arment’s BugshotKit that isn’t coupled to `MFMailComposeViewController`",
"homepage": "https://github.com/irace/BRYBugReporter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marco Arment": "arment@marco.org"
},
"source": {
"git": "https://github.com/irace/BRYBugReporter.git",
"tag": "0.2.1"
},
"source_files": "BugshotKit/*.{h,m}",
"resources": [
"Resources/*"
],
"requires_arc": true,
"platforms": {
"ios": "9.0"
}
}