Skip to content

Commit

Permalink
pin dependencies to specific versions (especially for Stripe new vers…
Browse files Browse the repository at this point in the history
…ions have dropped Obj-C headers)
  • Loading branch information
nabilfreeman committed May 25, 2021
1 parent 7c75a77 commit 472493e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-native-payments.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency 'React'
s.dependency 'Stripe'
s.dependency 'Braintree'
s.dependency 'Stripe', '~> 19'
s.dependency 'Braintree', '~> 4'
end

0 comments on commit 472493e

Please sign in to comment.