blob: 3a3f7d7155c3d559d8f691b681cfb38994fda0a6 [file] [log] [blame]
{
"name": "KlarnaCheckout",
"version": "1.2.0",
"summary": "Klarna Checkout iOS SDK",
"license": "Apache License, Version 2.0",
"authors": {
"Johan Rydenstam": "johan.rydenstam@klarna.com",
"Niklas Ström": "niklas.strom@klarna.com",
"Marat Dyatko": "marat.dyatko@klarna.com"
},
"homepage": "https://github.com/klarna/kco-mobile-sdk",
"description": "Simple integration of Klarna Checkout into native and hybrid iOS apps",
"weak_frameworks": [
"JavaScriptCore",
"Contacts",
"SafariServices",
"SystemConfiguration"
],
"frameworks": [
"UIKit",
"WebKit",
"Security",
"CFNetwork",
"MobileCoreServices"
],
"libraries": "z",
"requires_arc": true,
"source": {
"git": "https://github.com/klarna/kco-mobile-sdk.git",
"tag": "v1.2.0"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"preserve_paths": "ios/iOSKlarnaCheckoutSDK.framework",
"public_header_files": "ios/iOSKlarnaCheckoutSDK.framework/Versions/A/Headers/*.h",
"resources": "iOS/iOSKlarnaCheckoutSDK.framework/Versions/A/Resources/**/*",
"vendored_frameworks": "ios/iOSKlarnaCheckoutSDK.framework"
}
}