-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Add] hubtel_merchant_checkout_sdk 0.1.1
- Loading branch information
1 parent
be77513
commit 845780d
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
Specs/8/d/1/hubtel_merchant_checkout_sdk/0.1.1/hubtel_merchant_checkout_sdk.podspec.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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": "[email protected]" | ||
}, | ||
"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/*" | ||
] | ||
} |