blob: ce99a8e909fd335e31a2428e30aed582ec854dfd [file] [log] [blame]
{
"name": "Backtrace-PLCrashReporter",
"version": "1.5.4",
"summary": "Reliable, open-source crash reporting for iOS, tvOS and macOS.",
"description": "Plausible CrashReporter provides an in-process crash reporting\nframework for use on both iOS, tvOS and macOS, and powers many of\nthe crash reporting services available for iOS, tvOS, macOS, including\nBacktrace, HockeyApp, Flurry, Crittercism and FoglightAPM.",
"homepage": "https://github.com/backtrace-labs/plcrashreporter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Plausible Labs Cooperative, Inc.": "contact@plausible.coop"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/backtrace-labs/plcrashreporter.git",
"tag": "1.5.4"
},
"source_files": [
"Sources/**/*.{h,hpp,c,cpp,m,mm,s}",
"Dependencies/protobuf-c/protobuf-c/*.{h,c}"
],
"public_header_files": "Sources/include",
"preserve_paths": "Dependencies/**",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "PLCR_PRIVATE PLCF_RELEASE_BUILD"
},
"libraries": "c++",
"requires_arc": false,
"prefix_header_contents": "#import \"PLCrashNamespace.h\""
}