Skip to content

Commit

Permalink
add documentation for card.io dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yatatsu committed Sep 8, 2024
1 parent 7930efd commit 6be30c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ios/payjp_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ A Flutter plugin for PAY.JP Mobile SDK.
s.public_header_files = 'Classes/**/*.h'
s.static_framework = true
s.dependency 'PAYJPFlutterCore', "~> #{payjp_sdk['ios']}"
# s.dependency 'CardIO', '~> 5.4.1'
s.dependency 'GoogleUtilities/AppDelegateSwizzler', '~> 7.2'
# 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'7.2'
s.dependency 'Flutter'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }

Expand Down

0 comments on commit 6be30c1

Please sign in to comment.