blob: 1db07b36d5cb6fddd8e94762c103433ec336bc62 [file] [log] [blame]
{
"name": "SwedbankPaySDK",
"version": "0.3.3",
"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 AB",
"source": {
"git": "https://github.com/SwedbankPay/swedbank-pay-sdk-ios.git",
"tag": "0.3.3"
},
"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"
}