[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / 5 / a / 4 / Adyen / 3.1.0 / Adyen.podspec.json
blob6edfa85ff51d0d89c53c3b62ae331d822d99958e
2   "name": "Adyen",
3   "version": "3.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": "3.1.0"
17   },
18   "platforms": {
19     "ios": "10.3"
20   },
21   "swift_versions": "5.0",
22   "frameworks": "Foundation",
23   "default_subspecs": [
24     "Core",
25     "Card",
26     "DropIn"
27   ],
28   "swift_version": "5.0",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Adyen/**/*.swift",
33       "resource_bundles": {
34         "Adyen": [
35           "Adyen/Assets/**/*.strings"
36         ]
37       }
38     },
39     {
40       "name": "DropIn",
41       "source_files": "AdyenDropIn/**/*.swift",
42       "dependencies": {
43         "Adyen/Core": [
45         ],
46         "Adyen/Card": [
48         ]
49       }
50     },
51     {
52       "name": "Card",
53       "dependencies": {
54         "Adyen/Core": [
56         ],
57         "Adyen3DS2": [
59         ]
60       },
61       "source_files": [
62         "AdyenCard/**/*.swift",
63         "AdyenCard/Utilities/AdyenCSE/*.{h,m}",
64         "AdyenCard/Utilities/*.{h,m}"
65       ],
66       "private_header_files": "AdyenCard/Utilities/AdyenCSE/*.h"
67     }
68   ]