blob: 61b4adc328d9b62e64fc3645805774a5770ba9ec [file] [log] [blame]
{
"name": "SwedbankPaySDK",
"version": "1.1.2",
"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.1.2"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "SwedbankPaySDK/Classes/**/*",
"resources": "SwedbankPaySDK/Resources/**/*",
"frameworks": [
"UIKit",
"WebKit"
],
"dependencies": {
"Alamofire": [
"~> 5.2"
]
},
"swift_version": "5.1"
}