Skip to content

Commit fc49fe5

Browse files
committed
Revert raygun4apple upgrade
I still don't trust that the Swift package will always work smoothly in the podspec
1 parent 99bf272 commit fc49fe5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sdk/raygun4reactnative.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ Pod::Spec.new do |s|
1515
# optional - use expanded license entry instead:
1616
# s.license = { :type => "MIT", :file => "LICENSE" }
1717
s.authors = { "MindscapeHQ" => "hello@raygun.io" }
18-
s.platforms = { :ios => "12.0" }
18+
s.platforms = { :ios => "10.0" }
1919
s.source = { :git => "https://github.com/hunteva/raygun4reactnative.git", :branch => "kerwin/refactory/storage" }
2020

2121
s.source_files = "ios/**/*.{h,c,m,swift}"
2222
s.requires_arc = true
2323

2424
s.dependency "React-Core"
25-
s.dependency "raygun4apple", '~> 2.0.0'
25+
s.dependency "raygun4apple", '~> 1.5.1'
2626

2727
end
28-

0 commit comments

Comments
 (0)