blob: 96f9a92babc977c912f9370aa27c445de528109f [file] [log] [blame]
{
"name": "BankingLayer",
"version": "1.0.0",
"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.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",
"dependencies": {
"CryptoSwift": [
"~> 1.0"
],
"BlueCryptor": [
],
"ObjectMapper": [
"~> 3.5"
]
},
"swift_version": "5.0"
}