blob: 5bfc18b85b4e50790dc865a15c6da9dddfbdb78f [file] [log] [blame]
{
"name": "GenesisSwift",
"version": "1.0.1",
"summary": "iOS Genesis Payment Gateway",
"description": "The iOS Genesis Payment Gateway Swift SDK.",
"homepage": "https://github.com/GenesisGateway/ios_sdk.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"eMerchantPay Mobile": "mobile@emerchantpay.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/GenesisGateway/ios_sdk.git",
"tag": "1.0.1"
},
"source_files": "GenesisSwift/**/*.{swift}",
"swift_version": "4.0",
"frameworks": [
"UIKit",
"Foundation"
]
}