blob: da40597c0b6687155a257e55f2a36903e25cb057 [file] [log] [blame]
{
"name": "KlarnaCheckoutSDK",
"version": "1.6.5",
"authors": {
"Klarna Team Mobile SDK": "mobile.sdk@klarna.com"
},
"summary": "Klarna Checkout iOS SDK",
"license": "Apache License, Version 2.0",
"homepage": "https://github.com/klarna/kco-mobile-sdk",
"description": "Simple integration of Klarna Checkout into native and hybrid iOS apps",
"source": {
"git": "https://github.com/klarna/kco-mobile-sdk.git",
"tag": "v1.6.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"libraries": "z",
"weak_frameworks": "SafariServices",
"frameworks": [
"UIKit",
"WebKit",
"Security",
"CFNetwork",
"MobileCoreServices",
"SystemConfiguration",
"JavaScriptCore"
],
"ios": {
"source_files": "ios/KlarnaCheckoutSDK.framework/Headers/*.h",
"public_header_files": "ios/KlarnaCheckoutSDK.framework/Headers/*.h",
"resources": "ios/KlarnaCheckoutSDK.framework/*.bundle",
"vendored_frameworks": "ios/KlarnaCheckoutSDK.framework"
}
}