[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / c / 2 / f / KlarnaCheckoutSDK / 1.6.2 / KlarnaCheckoutSDK.podspec.json
blob40e7b6ede05b42ebd23af7c91ab7f7df9971b373
2   "name": "KlarnaCheckoutSDK",
3   "version": "1.6.2",
4   "summary": "Klarna Checkout iOS SDK",
5   "description": "Simple integration of Klarna Checkout into native and hybrid iOS apps",
6   "homepage": "https://github.com/klarna/kco-mobile-sdk",
7   "authors": {
8     "Klarna Team Undefined": "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.2"
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/Resources/*.bundle",
34     "vendored_frameworks": "ios/KlarnaCheckoutSDK.framework"
35   }