From 578253adef09180eb8ced79712e1dded5ee34227 Mon Sep 17 00:00:00 2001 From: bu-tokumitsu Date: Tue, 7 Oct 2025 16:12:00 +0900 Subject: [PATCH] =?UTF-8?q?podspec=E3=81=8B=E3=82=89CardIO=E3=81=AE?= =?UTF-8?q?=E8=A8=98=E8=BF=B0=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- payjp-react-native.podspec | 3 --- 1 file changed, 3 deletions(-) diff --git a/payjp-react-native.podspec b/payjp-react-native.podspec index 7f4fce5f..e4141b88 100644 --- a/payjp-react-native.podspec +++ b/payjp-react-native.podspec @@ -19,9 +19,6 @@ Pod::Spec.new do |s| s.dependency "React-Core" s.dependency 'PAYJP', "~> #{payjp_sdk['ios']}" - # NOTE: If you need to scan card in your card form, please add the following dependency to your Podfile directly. - # as default, we don't include this dependency because it causes a issue in arm64 simulator build. - # s.dependency 'CardIO', '~> 5.4.1' s.dependency 'GoogleUtilities/AppDelegateSwizzler', '~> 7.2' end