[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / 2 / f / KlarnaCheckoutSDK / 1.6.0 / KlarnaCheckoutSDK.podspec.json
blob264c80c844a8f6b17a8de6135cdcfba586743bd2
2   "name": "KlarnaCheckoutSDK",
3   "version": "1.6.0",
4   "summary": "Klarna Checkout iOS SDK",
5   "authors": {
6     "Klarna Team Undefined": "team.undefined.e@klarna.com"
7   },
8   "license": "Apache License, Version 2.0",
9   "homepage": "https://github.com/klarna/kco-mobile-sdk",
10   "description": "Simple integration of Klarna Checkout into native and hybrid iOS apps",
11   "frameworks": [
12     "UIKit",
13     "WebKit",
14     "Security",
15     "CFNetwork",
16     "MobileCoreServices",
17     "SystemConfiguration",
18     "JavaScriptCore"
19   ],
20   "libraries": "z",
21   "requires_arc": true,
22   "source": {
23     "git": "https://github.com/klarna/kco-mobile-sdk.git",
24     "tag": "v1.6.0"
25   },
26   "platforms": {
27     "ios": "8.0"
28   },
29   "ios": {
30     "preserve_paths": "ios/KlarnaCheckoutSDK.framework",
31     "public_header_files": "ios/KlarnaCheckoutSDK.framework/Headers/*.h",
32     "source_files": "ios/KlarnaCheckoutSDK.framework/Headers/*.h",
33     "resources": "ios/KlarnaCheckoutSDK.framework/Resources/**/*",
34     "vendored_frameworks": "ios/KlarnaCheckoutSDK.framework"
35   },
36   "weak_frameworks": "SafariServices"