From 04a3a90a0c27ed2b97432d545a6f6858cb268bd0 Mon Sep 17 00:00:00 2001 From: MoneyHash Date: Tue, 19 Nov 2024 13:50:27 +0100 Subject: [PATCH] [Add] MoneyHashPayment 2.1.15 --- .../2.1.15/MoneyHashPayment.podspec.json | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Specs/5/e/a/MoneyHashPayment/2.1.15/MoneyHashPayment.podspec.json diff --git a/Specs/5/e/a/MoneyHashPayment/2.1.15/MoneyHashPayment.podspec.json b/Specs/5/e/a/MoneyHashPayment/2.1.15/MoneyHashPayment.podspec.json new file mode 100644 index 000000000000..24d27ab272c3 --- /dev/null +++ b/Specs/5/e/a/MoneyHashPayment/2.1.15/MoneyHashPayment.podspec.json @@ -0,0 +1,32 @@ +{ + "name": "MoneyHashPayment", + "version": "2.1.15", + "summary": "Accept online payments using MoneyHash.", + "pod_target_xcconfig": { + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386" + }, + "user_target_xcconfig": { + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386" + }, + "description": "MoneyHash is a Super-API infrastructure for payment orchestration and revenue operations in emerging markets. We provide a single integration to your network of pay-in and pay-out providers, and various other services that you can utilize and combine to build a unique custom payment stack. Our core features include:\n\n1. A single API/SDK integration for Pay-in & Pay-out\n2. Unified checkout embed compatible with all integrated providers\n3. Orchestration and routing capabilities to allow for optimal transaction routes and to increase authorization rates\n4. Micro-services to extend your stack capabilities such as subscription management, invoicing, and payment links\n5. PCI-compliant card vault to store and tokenize sensitive customer and card information\n6. Central dashboard for unified stack controls and transaction reporting\n\nYou can learn more about us by visiting www.moneyhash.io", + "homepage": "https://github.com/MoneyHash/moneyhash-ios-pod", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "MoneyHash": "a.s.elzeiny@moneyhash.io" + }, + "source": { + "git": "https://github.com/MoneyHash/moneyhash-ios-pod.git", + "tag": "2.1.15" + }, + "social_media_url": "https://www.linkedin.com/company/moneyhash/", + "platforms": { + "ios": "14.0" + }, + "vendored_frameworks": [ + "MoneyHash.xcframework", + "MoneyHashShared.xcframework" + ] +} -- 2.11.4.GIT