blob: d10050689eb83d90d5a400500dd04ccf6cc794a1 [file] [log] [blame]
{
"name": "BankingLayer",
"version": "1.3.10",
"summary": "Official IOS SDK for Banking Layer.",
"description": "This is the official IOS SDK for Banking Layer. This SDK connects your IOS Store to the Banking Layer API.\n This API SDK functions as a client-side POST, taking input of form data and sending a properly-formatted JSON object\n to the Banking Layer API server. The result is a redirect of the client browser to the appropriate bank/payment method URL.\n Upon a successful, failed, or cancelled transaction, the client will be redirected to the URL specified in the API.",
"homepage": "https://docs.bankinglayer.com",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Celeris Pay": "support@celerispay.com"
},
"platforms": {
"ios": "10.0"
},
"ios": {
"vendored_frameworks": "gateway_ios_sdk.framework"
},
"source": {
"http": "https://newgenpayments.blob.core.windows.net/ios/BankingLayer_1_3_10.zip"
},
"pod_target_xcconfig": {
"BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
},
"public_header_files": "gateway_ios_sdk.framework/Headers/*.h",
"source_files": "gateway_ios_sdk.framework/**/*.{h,m,Swift}",
"swift_versions": "5.0",
"requires_arc": true,
"dependencies": {
"CryptoSwift": [
"~> 1.3.1"
],
"BlueCryptor": [
"~> 1.0.32"
],
"ObjectMapper": [
"~> 4.2.0"
]
},
"swift_version": "5.0"
}