blob: 7f96cc4e555b4009c929a4c6b3d32a7dc4d56d7e [file] [log] [blame]
{
"name": "SwedbankPaySDK",
"version": "1.0.1",
"summary": "Swedbank Pay SDK for iOS.",
"description": "The Swedbank Pay iOS SDK enables simple embedding of Swedbank Pay Checkout to an iOS application.",
"homepage": "https://github.com/SwedbankPay/swedbank-pay-sdk-ios",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": "Swedbank Pay",
"source": {
"git": "https://github.com/SwedbankPay/swedbank-pay-sdk-ios.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "SwedbankPaySDK/Classes/**/*",
"resource_bundles": {
"SwedbankPay": "SwedbankPaySDK/Resources/**/*"
},
"frameworks": [
"UIKit",
"WebKit"
],
"dependencies": {
"Alamofire": [
"~> 5.2"
]
},
"swift_version": "5.1"
}