mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 11:21:41 +03:00
28 lines
582 B
JSON
28 lines
582 B
JSON
{
|
|
"name": "SentryReactNative",
|
|
"version": "0.42.0",
|
|
"license": "MIT",
|
|
"summary": "Official Sentry SDK for react-native",
|
|
"authors": "Sentry",
|
|
"homepage": "https://github.com/getsentry/react-native-sentry",
|
|
"source": {
|
|
"git": "https://github.com/getsentry/react-native-sentry.git",
|
|
"tag": "0.42.0"
|
|
},
|
|
"platforms": {
|
|
"ios": "8.0",
|
|
"tvos": "9.0"
|
|
},
|
|
"preserve_paths": "*.js",
|
|
"dependencies": {
|
|
"React": [
|
|
|
|
],
|
|
"Sentry": [
|
|
"~> 4.1.3"
|
|
]
|
|
},
|
|
"source_files": "ios/RNSentry*.{h,m}",
|
|
"public_header_files": "ios/RNSentry.h"
|
|
}
|