blob: 232605d6fc8466d1cadca9c940af8e5e84ae21df [file] [log] [blame]
{
"name": "cyberpaysdk",
"version": "0.1.1",
"summary": "The iOS SDK for the cyberpay payment gateway",
"description": "The iOS SDK for the cyberpay payment gateway, with a drop in UI",
"homepage": "https://github.com/cyberspace-ltd/cyberpay-iosx",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"davidehigiator": "david.ehigiator@cyberspace.net.ng"
},
"source": {
"git": "https://github.com/cyberspace-ltd/cyberpay-iosx.git",
"tag": "0.1.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"source_files": "cyberpaysdk/Classes/**/*",
"resource_bundles": {
"cyberpaysdk": [
"cyberpaysdk/**/*.{pdf,png,jpeg,jpg,storyboard,xib,xcassets}"
]
},
"dependencies": {
"RxSwift": [
"~> 5.0.1"
],
"RxCocoa": [
"~> 5.0.1"
],
"FittedSheets": [
"~> 1.4.5"
],
"MaterialComponents/BottomSheet": [
"~> 94.4.0"
]
},
"swift_version": "5.0"
}