FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sentry-react-native/RNSentry.podspec at master · cwilby/sentry-react-native · GitHub
cwilby
/
sentry-react-native
Public
forked from
getsentry/sentry-react-native
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
sentry-react-native
/
RNSentry.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (18 loc) · 704 Bytes
Breadcrumbs
sentry-react-native
/
RNSentry.podspec
Copy path
File metadata and controls
23 lines (18 loc) · 704 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
require
'json'
version
=
JSON
.
parse
(
File
.
read
(
'package.json'
)
)
[
"version"
]
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'RNSentry'
s
.
version
=
version
s
.
license
=
'MIT'
s
.
summary
=
'Official Sentry SDK for react-native'
s
.
author
=
'Sentry'
s
.
homepage
=
"https://github.com/getsentry/sentry-react-native"
s
.
source
=
{
:git
=>
'https://github.com/getsentry/sentry-react-native.git'
,
:tag
=>
"
#{
s
.
version
}
"
}
s
.
ios
.
deployment_target
=
"8.0"
s
.
tvos
.
deployment_target
=
"9.0"
s
.
preserve_paths
=
'*.js'
s
.
dependency
'React'
s
.
dependency
'Sentry'
,
'~> 4.4.0'
s
.
source_files
=
'ios/RNSentry.{h,m}'
s
.
public_header_files
=
'ios/RNSentry.h'
end
Back
|
FazBrowse Home
|
New Git URL