blob: 3514d42c0fc502a17be02f8fefb2415019cadf16 [file] [log] [blame]
{
"name": "Backtrace",
"version": "1.1.0",
"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.1.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"ios": {
"source_files": [
"Sources/**/*.{swift}",
"Backtrace-iOS/**/*.h*"
],
"public_header_files": [
"Backtrace-iOS/**/*.h*"
]
},
"osx": {
"source_files": [
"Sources/**/*.{swift}",
"Backtrace-macOS/**/*.h*"
],
"public_header_files": [
"Backtrace-macOS/**/*.h*"
]
},
"dependencies": {
"Backtrace-PLCrashReporter": [
]
},
"resources": "Sources/**/*.xcdatamodeld",
"swift_version": "4.0"
}