From ed4361d9030e964b3782d34c31629eab4dc0abfa Mon Sep 17 00:00:00 2001 From: Sharif Mahmoud Date: Wed, 24 Aug 2022 13:05:23 +0400 Subject: [PATCH] Lock the version for TapCardVlidatorKit-iOS To fix the issue of fetching unsupported version of TapCardVlidatorKit-iOS --- ios/RNGosellSdkReactNative.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ios/RNGosellSdkReactNative.podspec b/ios/RNGosellSdkReactNative.podspec index b15e38a7..d37168ba 100644 --- a/ios/RNGosellSdkReactNative.podspec +++ b/ios/RNGosellSdkReactNative.podspec @@ -17,6 +17,7 @@ Pod::Spec.new do |s| s.public_header_files = 'Classes/**/*.h' s.requires_arc = true s.dependency 'goSellSDK', '2.3.13' + s.dependency 'TapCardVlidatorKit-iOS', '1.0.17' s.dependency "React" # s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES'} # s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' } @@ -24,4 +25,4 @@ Pod::Spec.new do |s| end - \ No newline at end of file +