Skip to content

Commit

Permalink
Added Adyen action in AdyenTwint podspec and package
Browse files Browse the repository at this point in the history
  • Loading branch information
neelSharma12 committed Mar 6, 2024
1 parent de8d739 commit 201515b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Adyen.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Pod::Spec.new do |s|
s.subspec 'AdyenTwint' do |plugin|
plugin.source_files = 'AdyenTwint/**/*.swift'
plugin.dependency 'Adyen/Core'
plugin.dependency 'Adyen/Actions'
plugin.dependency 'Adyen/TwintSDK'
end

Expand Down
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ let package = Package(
name: "AdyenTwint",
dependencies: [
.target(name: "Adyen"),
.target(name: "AdyenActions"),
.target(name: "TwintSDK")
],
path: "AdyenTwint"
Expand Down

0 comments on commit 201515b

Please sign in to comment.