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