[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / 5 / a / 4 / Adyen / 3.7.0 / Adyen.podspec.json
blob48ec6bd48fa28bb9f57c22efe96abce41e4c7ac7
2   "name": "Adyen",
3   "version": "3.7.0",
4   "summary": "Adyen Components for iOS",
5   "description": "Adyen Components for iOS allows you to accept in-app payments by providing you with the building blocks you need to create a checkout experience.",
6   "homepage": "https://adyen.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adyen": "support@adyen.com"
13   },
14   "source": {
15     "git": "https://github.com/Adyen/adyen-ios.git",
16     "tag": "3.7.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.1",
22   "frameworks": "Foundation",
23   "default_subspecs": [
24     "Core",
25     "Card",
26     "DropIn"
27   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Adyen/**/*.swift",
32       "resource_bundles": {
33         "Adyen": [
34           "Adyen/Assets/**/*.strings"
35         ]
36       }
37     },
38     {
39       "name": "DropIn",
40       "source_files": "AdyenDropIn/**/*.swift",
41       "dependencies": {
42         "Adyen/Core": [
44         ],
45         "Adyen/Card": [
47         ]
48       }
49     },
50     {
51       "name": "WeChatPay",
52       "source_files": [
53         "AdyenWeChatPay/**/*.swift",
54         "AdyenWeChatPay/WeChatSDK/*.h"
55       ],
56       "private_header_files": "AdyenWeChatPay/WeChatSDK/*.h",
57       "vendored_libraries": "AdyenWeChatPay/WeChatSDK/libWeChatSDK.a",
58       "xcconfig": {
59         "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/AdyenWeChatPay/WeChatSDK",
60         "OTHER_LDFLAGS": "-ObjC -all_load"
61       },
62       "preserve_paths": "AdyenWeChatPay/WeChatSDK/module.modulemap",
63       "dependencies": {
64         "Adyen/Core": [
66         ]
67       },
68       "libraries": [
69         "z",
70         "stdc++",
71         "sqlite3.0"
72       ],
73       "frameworks": [
74         "SystemConfiguration",
75         "CoreTelephony",
76         "CFNetwork",
77         "CoreGraphics",
78         "Security"
79       ]
80     },
81     {
82       "name": "Card",
83       "dependencies": {
84         "Adyen/Core": [
86         ],
87         "Adyen3DS2": [
88           "2.1.0-rc.6"
89         ]
90       },
91       "source_files": [
92         "AdyenCard/**/*.swift",
93         "AdyenCard/Utilities/Encryption/AdyenCSE/*.{h,m}",
94         "AdyenCard/Utilities/Encryption/*.{h,m}"
95       ],
96       "private_header_files": "AdyenCard/Utilities/Encryption/AdyenCSE/*.h"
97     }
98   ],
99   "swift_version": "5.1"