[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 2 / f / KlarnaCheckoutSDK / 1.6.5 / KlarnaCheckoutSDK.podspec.json
blobda40597c0b6687155a257e55f2a36903e25cb057
2   "name": "KlarnaCheckoutSDK",
3   "version": "1.6.5",
4   "authors": {
5     "Klarna Team Mobile SDK": "mobile.sdk@klarna.com"
6   },
7   "summary": "Klarna Checkout iOS SDK",
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   "source": {
12     "git": "https://github.com/klarna/kco-mobile-sdk.git",
13     "tag": "v1.6.5"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "libraries": "z",
20   "weak_frameworks": "SafariServices",
21   "frameworks": [
22     "UIKit",
23     "WebKit",
24     "Security",
25     "CFNetwork",
26     "MobileCoreServices",
27     "SystemConfiguration",
28     "JavaScriptCore"
29   ],
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   }