blob: f69160a818f7ff4c1e9e805d6a7ff24da49dae06 [file] [log] [blame]
{
"name": "CrashReporterMac",
"version": "0.1.0",
"summary": "Collects and sends crash reports for macOS applications.",
"description": "macOS framework to prompt users to send crash logs after your app has crashes. \n\nSupports automatically sending reports if the user choses to.",
"homepage": "https://github.com/CleanCocoa/CrashReporter",
"screenshots": [
"https://raw.githubusercontent.com/CleanCocoa/CrashReporter/master/assets/reporter-light.png",
"https://raw.githubusercontent.com/CleanCocoa/CrashReporter/master/assets/reporter-dark.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Tietze": "me@christiantietze.de"
},
"social_media_url": "https://twitter.com/ctietze",
"source": {
"git": "https://github.com/CleanCocoa/CrashReporter.git",
"tag": "0.1.0"
},
"platforms": {
"osx": "10.11"
},
"swift_versions": "5",
"source_files": "Sources/**/*.swift",
"frameworks": "Cocoa",
"swift_version": "5"
}