diff --git a/react-native-payments.podspec b/react-native-payments.podspec index 4d96312d..0398b173 100644 --- a/react-native-payments.podspec +++ b/react-native-payments.podspec @@ -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