Skip to content

Commit

Permalink
[Add] B24PaymentSdk 1.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill24CoLtd authored and CocoaPodsBot committed Jul 8, 2024
1 parent 2c82a4a commit b7e516d
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions Specs/5/2/a/B24PaymentSdk/1.0.37/B24PaymentSdk.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"name": "B24PaymentSdk",
"version": "1.0.37",
"summary": "B24PaymentSdk is a swift framework library",
"description": "B24PaymentSdk is a swift framework library that provides payment methods via bank deeplink, bank web checkout, and KHQR.",
"homepage": "https://bill24.com.kh/en/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bill24CoLtd": "bill24.net@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"source": {
"http": "https://b24sdk.s3.ap-southeast-1.amazonaws.com/B24PaymentSdk-1-0-37.zip"
},
"source_files": [
"B24PaymentSdk/**/*.swift",
"B24PaymentSdk/**/**/*.swift"
],
"resource_bundles": {
"B24PaymentSdk": [
"B24PaymentSdk/Assets/**/*",
"B24PaymentSdk/Localizable/**/*",
"B24PaymentSdk/Views/**/*"
]
},
"info_plist": {
"CFBundleIdentifier": "com.bill24.B24PaymentSdk"
},
"pod_target_xcconfig": {
"PRODUCT_BUNDLE_IDENTIFIER": "com.bill24.B24PaymentSdk"
},
"ios": {
"frameworks": "UIKit"
},
"exclude_files": [
"Classes/Exclude"
],
"dependencies": {
"Starscream": [
"4.0.6"
],
"Alamofire": [
"~> 5.4"
],
"Socket.IO-Client-Swift": [
"~>16.1.0"
]
},
"readme": "https://github.com/Bill24CoLtd/IOS-B24PaymentSdk/blob/main/README.md",
"documentation_url": "https://github.com/Bill24CoLtd/IOS-B24PaymentSdk",
"swift_version": "5.0"
}

0 comments on commit b7e516d

Please sign in to comment.