[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / a / 4 / Adyen / 4.10.5 / Adyen.podspec.json
blobc8e1df3ae038e76114c1ab4f1b0268e4a8078da1
2   "name": "Adyen",
3   "version": "4.10.5",
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.10.5"
17   },
18   "platforms": {
19     "ios": "11.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   ],
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": "AdyenWeChatPay/**/*.swift",
59       "dependencies": {
60         "Adyen/Core": [
62         ],
63         "Adyen/Actions": [
65         ],
66         "AdyenWeChatPayInternal": [
67           "2.1.0"
68         ]
69       }
70     },
71     {
72       "name": "Card",
73       "dependencies": {
74         "Adyen/Core": [
76         ],
77         "Adyen/Encryption": [
79         ]
80       },
81       "source_files": "AdyenCard/**/*.swift",
82       "exclude_files": "AdyenCard/**/BundleSPMExtension.swift",
83       "resource_bundles": {
84         "AdyenCard": [
85           "AdyenCard/Assets/**/*.strings",
86           "AdyenCard/Assets/**/*.xcassets"
87         ]
88       }
89     },
90     {
91       "name": "Components",
92       "dependencies": {
93         "Adyen/Core": [
95         ],
96         "Adyen/Encryption": [
98         ]
99       },
100       "source_files": "AdyenComponents/**/*.swift"
101     },
102     {
103       "name": "Actions",
104       "dependencies": {
105         "Adyen/Core": [
107         ],
108         "Adyen3DS2": [
109           "2.3.2"
110         ]
111       },
112       "source_files": "AdyenActions/**/*.swift",
113       "exclude_files": "AdyenActions/**/BundleSPMExtension.swift",
114       "resource_bundles": {
115         "AdyenActions": [
116           "AdyenActions/Assets/**/*.xcassets"
117         ]
118       }
119     },
120     {
121       "name": "Encryption",
122       "source_files": "AdyenEncryption/**/*.swift"
123     },
124     {
125       "name": "SwiftUI",
126       "source_files": "AdyenSwiftUI/**/*.swift"
127     },
128     {
129       "name": "Core",
130       "source_files": "Adyen/**/*.swift",
131       "exclude_files": "Adyen/**/BundleSPMExtension.swift",
132       "dependencies": {
133         "AdyenNetworking": [
134           "1.0.0"
135         ]
136       },
137       "resource_bundles": {
138         "Adyen": [
139           "Adyen/Assets/**/*.strings",
140           "Adyen/Assets/**/*.xcassets"
141         ]
142       }
143     }
144   ],
145   "swift_version": "5.7"