From 845780d64130936606589d8d2fbd793ebc1756b1 Mon Sep 17 00:00:00 2001 From: Mark Amoah Date: Sun, 5 Nov 2023 03:02:25 +0100 Subject: [PATCH] [Add] hubtel_merchant_checkout_sdk 0.1.1 --- .../hubtel_merchant_checkout_sdk.podspec.json | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Specs/8/d/1/hubtel_merchant_checkout_sdk/0.1.1/hubtel_merchant_checkout_sdk.podspec.json diff --git a/Specs/8/d/1/hubtel_merchant_checkout_sdk/0.1.1/hubtel_merchant_checkout_sdk.podspec.json b/Specs/8/d/1/hubtel_merchant_checkout_sdk/0.1.1/hubtel_merchant_checkout_sdk.podspec.json new file mode 100644 index 000000000000000..956d8afb5546503 --- /dev/null +++ b/Specs/8/d/1/hubtel_merchant_checkout_sdk/0.1.1/hubtel_merchant_checkout_sdk.podspec.json @@ -0,0 +1,32 @@ +{ + "name": "hubtel_merchant_checkout_sdk", + "version": "0.1.1", + "summary": "A short description of hubtel_merchant_checkout_sdk.", + "description": "TODO: Add long description of the pod here.", + "homepage": "https://github.com/hubtel/hubtel_checkout_sdk_ios_pods", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "Mark Amoah": "markamoah97@gmail.com" + }, + "source": { + "git": "https://github.com/hubtel/hubtel_checkout_sdk_ios_pods.git", + "tag": "0.1.1" + }, + "platforms": { + "ios": "12.0" + }, + "source_files": [ + "TableCells/*.swift", + "Resources/*", + "Assets/*", + "Networking/*", + "GeneralPages/**/*", + "CustomViews/*", + "Analytics/*", + "General/*", + "CustomViews/otpLibrary/*" + ] +}