blob: c1b6859ebeb6daf6cd957854e48b833d2dd9d95e [file] [log] [blame]
{
"name": "GreenPay",
"version": "0.0.1",
"summary": "GreenPay allows a Website, iOS and Android applications to process card payments",
"description": "GreenPay allows any Website, iOS or Android applications to process card payments. Also, GreenPay allow the merchant to tokenize cards in a secure way and also make payments with these cards.",
"homepage": "https://www.greenpay.me/",
"license": {
"type": "Copyright",
"text": " Copyright 2019\n Permission is granted to clients of GreenPay\n"
},
"authors": "GreenPay",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://gitlab.com/gp-sdks/greenpay-ios-sdk-framework-releases.git",
"tag": "0.0.1"
},
"source_files": "GreenPay.framework/Headers/*.h",
"public_header_files": "GreenPay.framework/Headers/*.h",
"vendored_frameworks": "GreenPay.framework",
"swift_version": "4.2",
"dependencies": {
"CryptoSwift": [
"~> 0.13"
],
"SwiftyRSA": [
"~> 1.5.0"
],
"PromiseKit": [
"~> 6.8"
]
}
}