From 6790238db5c2c36e61051f20d81eb4c2b574a91e Mon Sep 17 00:00:00 2001 From: MahmoudAllam Date: Sun, 7 Jul 2024 17:11:59 +0300 Subject: [PATCH] feat(Wrapper): update ios lib version --- tap-payments-apple-pay-rn.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap-payments-apple-pay-rn.podspec b/tap-payments-apple-pay-rn.podspec index b4f8a37..7133afd 100644 --- a/tap-payments-apple-pay-rn.podspec +++ b/tap-payments-apple-pay-rn.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm,swift}" s.dependency "React-Core" - s.dependency 'TapApplePayKit-iOS', '1.0.21' + s.dependency 'TapApplePayKit-iOS', '1.0.23' # Don't install the dependencies when we run `pod install` in the old architecture. if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then