blob: 5d2d1607a637e578812dcbb4ada33609a5e0d0ee [file] [log] [blame]
{
"name": "PLCrashReporter",
"version": "1.4.0",
"summary": "Reliable, open-source crash reporting for iOS, macOS and tvOS.",
"homepage": "https://github.com/microsoft/plcrashreporter",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Microsoft": "appcentersdk@microsoft.com"
},
"source": {
"http": "https://github.com/microsoft/plcrashreporter/releases/download/1.4.0/PLCrashReporter-1.4.0.zip",
"flatten": true
},
"platforms": {
"ios": "8.0",
"osx": "10.7",
"tvos": "9.0"
},
"ios": {
"vendored_frameworks": "iOS Framework/CrashReporter.framework"
},
"osx": {
"vendored_frameworks": "Mac OS X Framework/CrashReporter.framework"
},
"tvos": {
"vendored_frameworks": "tvOS Framework/CrashReporter.framework"
}
}