@bugsnag/react-native
Version:
Bugsnag error reporter for React Native applications
65 lines (64 loc) • 1.2 kB
JSON
{
"name": "Bugsnag",
"version": "6.32.2",
"summary": "The Bugsnag crash reporting framework for Apple platforms.",
"homepage": "https://bugsnag.com",
"license": "MIT",
"authors": {
"Bugsnag": "notifiers@bugsnag.com"
},
"source": {
"git": "https://github.com/bugsnag/bugsnag-cocoa.git",
"tag": "v6.32.2"
},
"ios": {
"frameworks": [
"Foundation",
"SystemConfiguration",
"Security"
]
},
"osx": {
"frameworks": [
"Foundation",
"SystemConfiguration",
"Security"
]
},
"tvos": {
"frameworks": [
"Foundation",
"SystemConfiguration",
"Security"
]
},
"watchos": {
"frameworks": [
"Foundation",
"Security"
]
},
"compiler_flags": [
"-fvisibility=hidden"
],
"libraries": [
"c++", "z"
],
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.2",
"watchos": "6.3"
},
"source_files": [
"Bugsnag/{**/,}*.{m,h,mm,c}"
],
"resource_bundles": {
"Bugsnag": ["Bugsnag/resources/PrivacyInfo.xcprivacy"]
},
"requires_arc": true,
"prefix_header_file": false,
"public_header_files": [
"Bugsnag/include/Bugsnag/*.h"
]
}