blob: 068ae5596e954671bad2e3a989b5ba98b1f7299a [file] [log] [blame]
{
"name": "CeevoPaySDK",
"version": "1.0.0",
"summary": "Ceevo Pay SDK.",
"description": "SDK for facilitating card payments through Ceevo.",
"homepage": "https://github.com/goceevo/ceevo-ios-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xoliswa Ngcobo": "xoliswa.ngcobo@fortblox.io"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/goceevo/ceevo-ios-sdk.git",
"tag": "1.0.0"
},
"source_files": "1.0.0/CBVPaySDK.framework/Headers/*.h",
"public_header_files": "1.0.0/CBVPaySDK.framework/Headers/*.h",
"vendored_frameworks": "1.0.0/CBVPaySDK.framework",
"requires_arc": true,
"swift_versions": "5.0",
"dependencies": {
"Sift": [
]
},
"xcconfig": {
"SWIFT_VERSION": "5.0"
},
"swift_version": "5.0"
}