blob: a75b4473959c80542aaef9d8c51f36a81b0e7089 [file] [log] [blame]
{
"name": "GopayAPI",
"version": "0.1.1",
"summary": "A Swift SDK to interact with the Gopay API",
"homepage": "https://github.com/gyro-n/gopay-swift-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David Ye": "d.ye@univapay.com",
"Kevin Fleming": "k.fleming@univapay.com"
},
"platforms": {
"ios": "10.1"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/gyro-n/gopay-swift-sdk.git",
"tag": "0.1.1"
},
"source_files": "GopayAPI/GopayAPI/**/*.swift",
"dependencies": {
"PromiseKit": [
"~> 6.5.2"
],
"Alamofire": [
"~> 4.7.3"
]
}
}