Skip to content

Commit

Permalink
feat(ios): update payment package
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Oct 14, 2023
1 parent 9a7588f commit 1545937
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/payment/CapacitorCommunityStripe.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Pod::Spec.new do |s|
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
s.ios.deployment_target = '13.0'
s.dependency 'Capacitor'
s.dependency 'StripePaymentSheet', '~> 23.12.0'
s.dependency 'StripeApplePay', '~> 23.12.0'
s.dependency 'StripeIdentity', '~> 23.12.0'
s.dependency 'StripePaymentSheet', '~> 23.17.1'
s.dependency 'StripeApplePay', '~> 23.17.1'
s.dependency 'StripeIdentity', '~> 23.17.1'
s.swift_version = '5.1'
end
6 changes: 3 additions & 3 deletions packages/payment/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ def capacitor_pods
use_frameworks!
pod 'Capacitor', :path => '../node_modules/@capacitor/ios'
pod 'CapacitorCordova', :path => '../node_modules/@capacitor/ios'
pod 'StripePaymentSheet', '~> 23.12.0'
pod 'StripeApplePay', '~> 23.12.0'
pod 'StripeIdentity', '~> 23.12.0'
pod 'StripePaymentSheet', '~> 23.17.1'
pod 'StripeApplePay', '~> 23.17.1'
pod 'StripeIdentity', '~> 23.17.1'
end

target 'Plugin' do
Expand Down

0 comments on commit 1545937

Please sign in to comment.