We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v
1 parent 3f6ddf2 commit abb57beCopy full SHA for abb57be
SentryReactNative.podspec
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
s.summary = 'Official Sentry SDK for react-native'
11
s.author = 'Sentry'
12
s.homepage = "https://github.com/getsentry/react-native-sentry"
13
- s.source = { :git => 'https://github.com/getsentry/react-native-sentry.git', :tag => "#{s.version}"}
+ s.source = { :git => 'https://github.com/getsentry/react-native-sentry.git', :tag => "v#{s.version}"}
14
15
s.ios.deployment_target = "8.0"
16
s.tvos.deployment_target = "9.0"
0 commit comments