[Add] SpikeSDK 4.0.11-beta.5
[CocoaPods.git] / Specs / 5 / a / 4 / Adyen / 5.5.0 / Adyen.podspec.json
blobdaf8895a792382a5268bf77d4f3df23ea31e888e
2   "name": "Adyen",
3   "version": "5.5.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": "5.5.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "swift_versions": "5.7",
22   "frameworks": "Foundation",
23   "default_subspecs": [
24     "Core",
25     "Components",
26     "Actions",
27     "Card",
28     "Encryption",
29     "DropIn",
30     "Session"
31   ],
32   "pod_target_xcconfig": {
33     "SWIFT_SUPPRESS_WARNINGS": "YES"
34   },
35   "subspecs": [
36     {
37       "name": "DropIn",
38       "source_files": "AdyenDropIn/**/*.swift",
39       "dependencies": {
40         "Adyen/Core": [
42         ],
43         "Adyen/Actions": [
45         ],
46         "Adyen/Card": [
48         ],
49         "Adyen/Encryption": [
51         ],
52         "Adyen/Components": [
54         ]
55       }
56     },
57     {
58       "name": "WeChatPay",
59       "source_files": "AdyenWeChatPay/**/*.swift",
60       "dependencies": {
61         "Adyen/Core": [
63         ],
64         "Adyen/Actions": [
66         ],
67         "AdyenWeChatPayInternal": [
68           "2.1.0"
69         ]
70       }
71     },
72     {
73       "name": "CashAppPay",
74       "source_files": "AdyenCashAppPay/**/*.swift",
75       "dependencies": {
76         "Adyen/Core": [
78         ],
79         "CashAppPayKit": [
80           "0.5.1"
81         ],
82         "CashAppPayKitUI": [
83           "0.5.1"
84         ]
85       }
86     },
87     {
88       "name": "Card",
89       "dependencies": {
90         "Adyen/Core": [
92         ],
93         "Adyen/Encryption": [
95         ]
96       },
97       "source_files": "AdyenCard/**/*.swift",
98       "exclude_files": "AdyenCard/**/BundleSPMExtension.swift",
99       "resource_bundles": {
100         "AdyenCard": [
101           "AdyenCard/Assets/**/*.xcassets"
102         ]
103       }
104     },
105     {
106       "name": "Components",
107       "dependencies": {
108         "Adyen/Core": [
110         ],
111         "Adyen/Encryption": [
113         ]
114       },
115       "source_files": "AdyenComponents/**/*.swift"
116     },
117     {
118       "name": "Session",
119       "dependencies": {
120         "Adyen/Core": [
122         ],
123         "Adyen/Actions": [
125         ]
126       },
127       "source_files": "AdyenSession/**/*.swift"
128     },
129     {
130       "name": "Actions",
131       "dependencies": {
132         "Adyen/Core": [
134         ],
135         "Adyen3DS2": [
136           "2.3.3"
137         ]
138       },
139       "source_files": "AdyenActions/**/*.swift",
140       "exclude_files": "AdyenActions/**/BundleSPMExtension.swift",
141       "resource_bundles": {
142         "AdyenActions": [
143           "AdyenActions/Assets/**/*.xcassets"
144         ]
145       }
146     },
147     {
148       "name": "Encryption",
149       "dependencies": {
150         "Adyen/Core": [
152         ]
153       },
154       "source_files": "AdyenEncryption/**/*.swift"
155     },
156     {
157       "name": "SwiftUI",
158       "source_files": "AdyenSwiftUI/**/*.swift"
159     },
160     {
161       "name": "DelegatedAuthentication",
162       "source_files": "AdyenDelegatedAuthentication/**/*.swift",
163       "dependencies": {
164         "AdyenAuthentication": [
165           "2.0.0"
166         ]
167       }
168     },
169     {
170       "name": "Core",
171       "source_files": "Adyen/**/*.swift",
172       "exclude_files": "Adyen/**/BundleSPMExtension.swift",
173       "dependencies": {
174         "AdyenNetworking": [
175           "2.0.0"
176         ]
177       },
178       "resource_bundles": {
179         "Adyen": [
180           "Adyen/Assets/**/*.strings",
181           "Adyen/Assets/**/*.xcassets"
182         ]
183       }
184     }
185   ],
186   "swift_version": "5.7"