From f349af2f339af81bc2f6e1c9d81c1bbaa7965522 Mon Sep 17 00:00:00 2001 From: mobile-service-au <83686825+mobile-service-au@users.noreply.github.com> Date: Tue, 16 Jun 2026 08:20:46 +0000 Subject: [PATCH] chore: update iOS SDK to 6.5.0 --- ios/airwallex_payment_flutter.podspec | 2 +- ios/airwallex_payment_flutter/Package.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/airwallex_payment_flutter.podspec b/ios/airwallex_payment_flutter.podspec index 54a0c1d..3275c21 100644 --- a/ios/airwallex_payment_flutter.podspec +++ b/ios/airwallex_payment_flutter.podspec @@ -3,7 +3,7 @@ # Run `pod lib lint airwallex_payment_flutter.podspec` to validate before publishing. # -airwallex_version = '~> 6.4.3' +airwallex_version = '~> 6.5.0' Pod::Spec.new do |s| s.name = 'airwallex_payment_flutter' diff --git a/ios/airwallex_payment_flutter/Package.swift b/ios/airwallex_payment_flutter/Package.swift index 3a6cf57..276f000 100644 --- a/ios/airwallex_payment_flutter/Package.swift +++ b/ios/airwallex_payment_flutter/Package.swift @@ -8,7 +8,7 @@ let package = Package( .library(name: "airwallex-payment-flutter", targets: ["airwallex_payment_flutter"]), ], dependencies: [ - .package(url: "https://github.com/airwallex/airwallex-payment-ios.git", exact: "6.4.3"), + .package(url: "https://github.com/airwallex/airwallex-payment-ios.git", exact: "6.5.0"), ], targets: [ .target(