File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ Pod::Spec.new do |s|
100100 s . subspec 'Core' do |plugin |
101101 plugin . source_files = 'Adyen/**/*.swift'
102102 plugin . exclude_files = 'Adyen/**/BundleSPMExtension.swift'
103- plugin . dependency 'AdyenNetworking' , '3.0.0 '
103+ plugin . dependency 'AdyenNetworking' , '3.0.1 '
104104 plugin . resource_bundles = {
105105 'Adyen' => [
106106 'Adyen/Assets/**/*.strings' ,
Original file line number Diff line number Diff line change 95939593 repositoryURL = "https://github.com/Adyen/adyen-networking-ios";
95949594 requirement = {
95959595 kind = exactVersion;
9596- version = 3.0.0 ;
9596+ version = 3.0.1 ;
95979597 };
95989598 };
95999599 F9237D3228CA1E7C004F9929 /* XCRemoteSwiftPackageReference "adyen-3ds2-ios" */ = {
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ let package = Package(
6868 ) ,
6969 . package (
7070 url: " https://github.com/Adyen/adyen-networking-ios " ,
71- exact: " 3.0.0 "
71+ exact: " 3.0.1 "
7272 ) ,
7373 . package (
7474 url: " https://github.com/Adyen/adyen-wechatpay-ios " ,
You can’t perform that action at this time.
0 commit comments