ecency-mobile/ios/Pods/Local Podspecs/SentryReactNative.podspec.json
Mustafa Buyukcelebi 02cf1c27b2 Pod update for ios
2019-05-15 14:28:14 +03:00

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"
}