blob: 3a2ed390c08ee0b34354a83f2445c85a66fd109f [file] [log] [blame]
{
"name": "Backtrace",
"version": "1.4.1",
"summary": "Backtrace's integration with iOS and macOS",
"description": "Backtrace's integration with iOS and macOS for handling crashes",
"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",
"tag": "1.4.1"
},
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"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*"
]
},
"dependencies": {
"Backtrace-PLCrashReporter": [
]
},
"resources": "Sources/**/*.xcdatamodeld",
"swift_versions": "4.0"
}