UNPKG

kco-mobile-sdk

Version:

Simple integration of Klarna Checkout into hybrid iOS and Android apps

39 lines 1.16 kB
{ "name": "KlarnaCheckout", "version": "1.5.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", "frameworks": [ "UIKit", "WebKit", "Security", "CFNetwork", "MobileCoreServices", "SystemConfiguration", "JavaScriptCore" ], "libraries": "z", "requires_arc": true, "source": { "git": "https://github.com/klarna/kco-mobile-sdk.git", "tag": "v1.5.0" }, "platforms": { "ios": "7.0" }, "ios": { "preserve_paths": "ios/KlarnaCheckout.framework", "public_header_files": "ios/KlarnaCheckout.framework/Headers/*.h", "source_files": "ios/KlarnaCheckout.framework/Headers/*.h", "resources": "ios/KlarnaCheckout.framework/Resources/**/*", "vendored_frameworks": "ios/KlarnaCheckout.framework" }, "weak_frameworks": "SafariServices" }