[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / a / 4 / Adyen / 4.6.0 / Adyen.podspec.json
blobf1454b9448ed054d7e32689d9e5b5d3c70fa6d53
2   "name": "Adyen",
3   "version": "4.6.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": "4.6.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.1",
22   "frameworks": "Foundation",
23   "default_subspecs": [
24     "Core",
25     "Components",
26     "Actions",
27     "Card",
28     "Encryption",
29     "DropIn"
30   ],
31   "pod_target_xcconfig": {
32     "SWIFT_SUPPRESS_WARNINGS": "YES"
33   },
34   "subspecs": [
35     {
36       "name": "DropIn",
37       "source_files": "AdyenDropIn/**/*.swift",
38       "dependencies": {
39         "Adyen/Core": [
41         ],
42         "Adyen/Actions": [
44         ],
45         "Adyen/Card": [
47         ],
48         "Adyen/Encryption": [
50         ],
51         "Adyen/Components": [
53         ]
54       }
55     },
56     {
57       "name": "WeChatPay",
58       "source_files": [
59         "AdyenWeChatPay/**/*.swift",
60         "AdyenWeChatPay/WeChatSDK/*.h"
61       ],
62       "private_header_files": "AdyenWeChatPay/WeChatSDK/*.h",
63       "vendored_libraries": "AdyenWeChatPay/WeChatSDK/libWeChatSDK.a",
64       "xcconfig": {
65         "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/AdyenWeChatPay/WeChatSDK",
66         "OTHER_LDFLAGS": "-ObjC -all_load",
67         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
68       },
69       "preserve_paths": "AdyenWeChatPay/WeChatSDK/module.modulemap",
70       "dependencies": {
71         "Adyen/Core": [
73         ],
74         "Adyen/Actions": [
76         ]
77       },
78       "libraries": [
79         "z",
80         "stdc++",
81         "sqlite3.0"
82       ],
83       "frameworks": [
84         "SystemConfiguration",
85         "CoreTelephony",
86         "CFNetwork",
87         "CoreGraphics",
88         "Security"
89       ]
90     },
91     {
92       "name": "Card",
93       "dependencies": {
94         "Adyen/Core": [
96         ],
97         "Adyen/Encryption": [
99         ]
100       },
101       "source_files": "AdyenCard/**/*.swift",
102       "exclude_files": "AdyenCard/**/BundleSPMExtension.swift",
103       "resource_bundles": {
104         "AdyenCard": [
105           "AdyenCard/Assets/**/*.strings",
106           "AdyenCard/Assets/**/*.xcassets"
107         ]
108       }
109     },
110     {
111       "name": "Components",
112       "dependencies": {
113         "Adyen/Core": [
115         ]
116       },
117       "source_files": "AdyenComponents/**/*.swift"
118     },
119     {
120       "name": "Actions",
121       "dependencies": {
122         "Adyen/Core": [
124         ],
125         "Adyen3DS2": [
126           "2.2.4"
127         ]
128       },
129       "source_files": "AdyenActions/**/*.swift",
130       "exclude_files": "AdyenActions/**/BundleSPMExtension.swift",
131       "resource_bundles": {
132         "AdyenActions": [
133           "AdyenActions/Assets/**/*.xcassets"
134         ]
135       }
136     },
137     {
138       "name": "Encryption",
139       "source_files": "AdyenEncryption/**/*.swift"
140     },
141     {
142       "name": "SwiftUI",
143       "source_files": "AdyenSwiftUI/**/*.swift"
144     },
145     {
146       "name": "Core",
147       "source_files": "Adyen/**/*.swift",
148       "exclude_files": "Adyen/**/BundleSPMExtension.swift",
149       "dependencies": {
150         "AdyenNetworking": [
151           "1.0.0"
152         ]
153       },
154       "resource_bundles": {
155         "Adyen": [
156           "Adyen/Assets/**/*.strings",
157           "Adyen/Assets/**/*.xcassets"
158         ]
159       }
160     }
161   ],
162   "swift_version": "5.1"