blob: e9537452826de71f8fa91236743b4574535eb188 [file] [log] [blame]
{
"name": "KlarnaCheckoutSDK",
"version": "1.6.11",
"summary": "Klarna Checkout iOS SDK",
"description": "Simple integration of Klarna Checkout for native and hybrid iOS apps.",
"homepage": "https://github.com/klarna/kco-mobile-sdk",
"authors": {
"Klarna's In-App Team": "mobile.sdk@klarna.com"
},
"license": "Apache License, Version 2.0",
"source": {
"git": "https://github.com/klarna/kco-mobile-sdk.git",
"tag": "v1.6.11"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"WebKit",
"Security",
"CFNetwork",
"MobileCoreServices",
"SystemConfiguration",
"JavaScriptCore"
],
"weak_frameworks": "SafariServices",
"libraries": "z",
"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"
}
}