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