[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / c / 2 / f / KlarnaCheckoutSDK / 1.7.2 / KlarnaCheckoutSDK.podspec.json
blobe984b50a5c90cb2936f6d2b863b1deccdc4010a9
2   "name": "KlarnaCheckoutSDK",
3   "version": "1.7.2",
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.git",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Klarna Mobile SDK Team": "mobile.sdk@klarna.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/klarna/kco-mobile-sdk.git",
19     "tag": "v1.7.2"
20   },
21   "requires_arc": true,
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "default_subspecs": "xcframework",
29   "frameworks": [
30     "UIKit",
31     "WebKit",
32     "Security",
33     "CFNetwork",
34     "MobileCoreServices",
35     "SystemConfiguration",
36     "JavaScriptCore"
37   ],
38   "subspecs": [
39     {
40       "name": "legacy",
41       "source_files": "ios/KlarnaCheckoutSDK.framework/Headers/*.h",
42       "public_header_files": "ios/KlarnaCheckoutSDK.framework/Headers/*.h",
43       "vendored_frameworks": "ios/KlarnaCheckoutSDK.framework"
44     },
45     {
46       "name": "xcframework",
47       "vendored_frameworks": "ios/XCFramework/KlarnaCheckoutSDK.xcframework"
48     }
49   ]