From 4cb1e7b8e0b02f047e20f82290925675011f44fa Mon Sep 17 00:00:00 2001 From: Airwallex Date: Thu, 21 Nov 2024 12:01:35 +0100 Subject: [PATCH] [Add] Airwallex 5.6.0 --- Specs/e/3/3/Airwallex/5.6.0/Airwallex.podspec.json | 103 +++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 Specs/e/3/3/Airwallex/5.6.0/Airwallex.podspec.json diff --git a/Specs/e/3/3/Airwallex/5.6.0/Airwallex.podspec.json b/Specs/e/3/3/Airwallex/5.6.0/Airwallex.podspec.json new file mode 100644 index 000000000000..3ad57ecb9bbd --- /dev/null +++ b/Specs/e/3/3/Airwallex/5.6.0/Airwallex.podspec.json @@ -0,0 +1,103 @@ +{ + "name": "Airwallex", + "version": "5.6.0", + "summary": "Integrate Airwallex into your iOS app", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "homepage": "https://www.airwallex.com/docs/#overview", + "authors": { + "Airwallex": "pa_mobile_sdk@airwallex.com" + }, + "source": { + "git": "https://github.com/airwallex/airwallex-payment-ios.git", + "tag": "5.6.0" + }, + "platforms": { + "ios": "13.0" + }, + "static_framework": true, + "default_subspecs": [ + "Core", + "WeChatPay", + "Card", + "Redirect", + "ApplePay" + ], + "subspecs": [ + { + "name": "Core", + "source_files": "Airwallex/Core/Sources/**/*.{swift,h,m}", + "public_header_files": "Airwallex/Core/Sources/*.h", + "resources": [ + "Airwallex/Core/Resources/AirwallexCore.bundle" + ], + "vendored_frameworks": [ + "Frameworks/AirTracker.xcframework", + "Frameworks/AirwallexRisk.xcframework" + ] + }, + { + "name": "WeChatPay", + "dependencies": { + "Airwallex/Core": [ + + ], + "WechatOpenSDK": [ + "1.9.7" + ] + }, + "source_files": "Airwallex/WeChatPay/**/*.{h,m}", + "public_header_files": "Airwallex/WeChatPay/*.h", + "pod_target_xcconfig": { + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" + }, + "user_target_xcconfig": { + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64" + } + }, + { + "name": "Card", + "dependencies": { + "Airwallex/Core": [ + + ] + }, + "source_files": [ + "Airwallex/Card/**/*.{swift,h,m}", + "Airwallex/Airwallex.h" + ], + "public_header_files": [ + "Airwallex/Card/*.h", + "Airwallex/Airwallex.h" + ] + }, + { + "name": "Redirect", + "dependencies": { + "Airwallex/Core": [ + + ] + }, + "source_files": [ + "Airwallex/Redirect/**/*.{swift,h,m}", + "Airwallex/Airwallex.h" + ], + "public_header_files": [ + "Airwallex/Redirect/*.h", + "Airwallex/Airwallex.h" + ] + }, + { + "name": "ApplePay", + "dependencies": { + "Airwallex/Core": [ + + ] + }, + "source_files": "Airwallex/ApplePay/**/*.{h,m}", + "public_header_files": "Airwallex/ApplePay/*.h" + } + ] +} -- 2.11.4.GIT