blob: bce866bd471c1dc84e40d0ba25644dd60485e92a [file] [log] [blame]
{
"name": "PaystackCheckout",
"version": "0.1.0",
"summary": "A drop in library to accept payment with Paystack on iOS",
"description": "A drop in library to accept payment with Paystack on iOS. This is the easiest way to start collecting payments on your mobile apps.",
"homepage": "https://github.com/PaystackHQ/checkout-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jubril Olambiwonnu": "jubril@paystack.com"
},
"source": {
"git": "https://github.com/PaystackHQ/checkout-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "PaystackCheckout/Classes/**/*",
"resource_bundles": {
"PaystackCheckout": [
"PaystackCheckout/Assets/*.xcassets"
]
},
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
]
},
"swift_version": "5.0"
}