blob: 4283513bf2d48d4fb18a339a3de90a7359bd5d07 [file] [log] [blame]
{
"name": "GreenPay",
"version": "0.0.4",
"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.4"
},
"source_files": "GreenPay.framework/Headers/*.h",
"public_header_files": "GreenPay.framework/Headers/*.h",
"vendored_frameworks": "GreenPay.framework",
"swift_versions": "5.1.2",
"dependencies": {
"CryptoSwift": [
"~> 1.1.3"
],
"SwiftyRSA": [
"~> 1.5.0"
],
"PromiseKit": [
"~> 6.10.0"
]
},
"swift_version": "5.1.2"
}