Skip to content

Commit

Permalink
Revert raygun4apple upgrade
Browse files Browse the repository at this point in the history
I still don't trust that the Swift package will always work smoothly in the podspec
  • Loading branch information
redJ4y committed Nov 27, 2023
1 parent 99bf272 commit fc49fe5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sdk/raygun4reactnative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ Pod::Spec.new do |s|
# optional - use expanded license entry instead:
# s.license = { :type => "MIT", :file => "LICENSE" }
s.authors = { "MindscapeHQ" => "[email protected]" }
s.platforms = { :ios => "12.0" }
s.platforms = { :ios => "10.0" }
s.source = { :git => "https://github.com/hunteva/raygun4reactnative.git", :branch => "kerwin/refactory/storage" }

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

s.dependency "React-Core"
s.dependency "raygun4apple", '~> 2.0.0'
s.dependency "raygun4apple", '~> 1.5.1'

end

0 comments on commit fc49fe5

Please sign in to comment.