blob: 26f5d51db9d9fbbd517246aaafc98fd20ffbacc9 [file] [log] [blame]
{
"name": "Bugsnag",
"version": "5.4.2",
"summary": "Cocoa notifier for SDK for bugsnag.com",
"homepage": "https://bugsnag.com",
"license": "MIT",
"authors": {
"Bugsnag": "notifiers@bugsnag.com"
},
"source": {
"git": "https://github.com/bugsnag/bugsnag-cocoa.git",
"tag": "v5.4.2"
},
"frameworks": "Foundation",
"platforms": {
"ios": "6.0",
"osx": "10.8",
"tvos": "9.0"
},
"source_files": [
"Source/*.{m,h,mm,c,cpp}"
],
"requires_arc": true,
"public_header_files": [
"Source/BSGKSCrashReportWriter.h",
"Source/Bugsnag{,MetaData,Configuration,Breadcrumb,CrashReport}.h"
],
"dependencies": {
"KSCrash/RecordingAdvanced": [
"~> 1.6.4"
]
}
}