Skip to content

Commit 24d25d9

Browse files
authored
Merge pull request #50 from alloy/update-minimum-sentry-requirement
[podspec] Bump Sentry requirement and include all required files.
2 parents b387897 + d5746f9 commit 24d25d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SentryReactNative.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Pod::Spec.new do |s|
1818
s.preserve_paths = '*.js'
1919

2020
s.dependency 'React'
21-
s.dependency 'Sentry', '~> 2.1.3'
21+
s.dependency 'Sentry', '~> 2.1.9'
2222
s.dependency 'RSSwizzle', '~> 0.1.0'
2323

24-
s.source_files = 'ios/RNSentry.{h,m}'
24+
s.source_files = 'ios/RNSentry*.{h,m}'
2525
s.public_header_files = 'ios/RNSentry.h'
2626
end

0 commit comments

Comments
 (0)