[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / 5 / a / 4 / Adyen / 5.1.0 / Adyen.podspec.json
blob965b691499e2e48484a6e8f314792ffc059cba08
2   "name": "Adyen",
3   "version": "5.1.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.1.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     "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": "Card",
74       "dependencies": {
75         "Adyen/Core": [
77         ],
78         "Adyen/Encryption": [
80         ]
81       },
82       "source_files": "AdyenCard/**/*.swift",
83       "exclude_files": "AdyenCard/**/BundleSPMExtension.swift",
84       "resource_bundles": {
85         "AdyenCard": [
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": "Session",
104       "dependencies": {
105         "Adyen/Core": [
107         ],
108         "Adyen/Actions": [
110         ]
111       },
112       "source_files": "AdyenSession/**/*.swift"
113     },
114     {
115       "name": "Actions",
116       "dependencies": {
117         "Adyen/Core": [
119         ],
120         "Adyen3DS2": [
121           "2.3.0"
122         ]
123       },
124       "source_files": "AdyenActions/**/*.swift",
125       "exclude_files": "AdyenActions/**/BundleSPMExtension.swift",
126       "resource_bundles": {
127         "AdyenActions": [
128           "AdyenActions/Assets/**/*.xcassets"
129         ]
130       }
131     },
132     {
133       "name": "Encryption",
134       "source_files": "AdyenEncryption/**/*.swift"
135     },
136     {
137       "name": "SwiftUI",
138       "source_files": "AdyenSwiftUI/**/*.swift"
139     },
140     {
141       "name": "Core",
142       "source_files": "Adyen/**/*.swift",
143       "exclude_files": "Adyen/**/BundleSPMExtension.swift",
144       "dependencies": {
145         "AdyenNetworking": [
146           "1.0.0"
147         ]
148       },
149       "resource_bundles": {
150         "Adyen": [
151           "Adyen/Assets/**/*.strings",
152           "Adyen/Assets/**/*.xcassets"
153         ]
154       }
155     }
156   ],
157   "swift_version": "5.1"