Skip to content

Commit

Permalink
Merge pull request #140 from kasinskas/patch-1
Browse files Browse the repository at this point in the history
fix: xcode 12 compatibility
  • Loading branch information
a7ul authored Oct 28, 2020
2 parents 3a692f3 + 2161b2c commit 11f7ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactNativeExceptionHandler.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/master-atul/react-native-exception-handler.git", :tag => s.version.to_s }
s.source_files = "ios/*.{h,m}"

s.dependency "React"
s.dependency "React-Core"

end

0 comments on commit 11f7ed6

Please sign in to comment.