blob: 5815ce361a868ef61e01e3253fc6789499b76974 [file] [log] [blame]
{
"name": "Backtrace",
"version": "1.5.3",
"summary": "Backtrace's integration with iOS, macOS and tvOS",
"description": "Reliable crash and hang reporting for iOS, macOS and tvOS.",
"homepage": "https://backtrace.io/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Backtrace I/O": "info@backtrace.io"
},
"source": {
"git": "https://github.com/backtrace-labs/backtrace-cocoa.git",
"tag": "1.5.3"
},
"platforms": {
"ios": "10.0",
"osx": "10.10",
"tvos": "10.0"
},
"ios": {
"source_files": [
"Sources/**/*.{swift}",
"Backtrace-iOS/**/*.{h*,swift}"
],
"public_header_files": [
"Backtrace-iOS/**/*.h*"
]
},
"osx": {
"source_files": [
"Sources/**/*.{swift}",
"Backtrace-macOS/**/*.{h*,swift}"
],
"public_header_files": [
"Backtrace-macOS/**/*.h*"
]
},
"tvos": {
"source_files": [
"Sources/**/*.{swift}",
"Backtrace-tvOS/**/*.{h*,swift}"
],
"public_header_files": [
"Backtrace-tvOS/**/*.h*"
]
},
"dependencies": {
"Backtrace-PLCrashReporter": [
]
},
"resources": "Sources/**/*.xcdatamodeld",
"swift_versions": "4.2",
"swift_version": "4.2"
}