[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / 5 / a / 4 / Adyen / 2.8.6 / Adyen.podspec.json
blob90ada86c988659167684dc64de7b6b82c4659ea3
2   "name": "Adyen",
3   "version": "2.8.6",
4   "summary": "Adyen SDK for iOS",
5   "description": "With Adyen SDK you can dynamically list all relevant payment methods for a specific transaction, so your shoppers can always pay with the method of their choice. The methods are listed based on the shopper's country, the transaction currency and amount.",
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": "2.8.6"
17   },
18   "platforms": {
19     "ios": "10.3"
20   },
21   "swift_versions": "5.0",
22   "frameworks": "Foundation",
23   "default_subspecs": [
24     "Core",
25     "Card",
26     "SEPA"
27   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Adyen/**/*.swift",
32       "dependencies": {
33         "AdyenInternal": [
34           "2.8.6"
35         ]
36       }
37     },
38     {
39       "name": "ApplePay",
40       "source_files": "AdyenApplePay/**/*.swift",
41       "dependencies": {
42         "Adyen/Core": [
44         ]
45       }
46     },
47     {
48       "name": "Card",
49       "xcconfig": {
50         "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/AdyenCard/AdyenCSE"
51       },
52       "preserve_paths": "AdyenCard/AdyenCSE/module.modulemap",
53       "dependencies": {
54         "Adyen/Core": [
56         ],
57         "Adyen3DS2": [
58           "2.1.0-rc.6"
59         ]
60       },
61       "source_files": [
62         "AdyenCard/**/*.swift",
63         "AdyenCard/AdyenCSE/*.{h,m}"
64       ],
65       "private_header_files": "AdyenCard/AdyenCSE/*.h"
66     },
67     {
68       "name": "SEPA",
69       "source_files": "AdyenSEPA/**/*.swift",
70       "dependencies": {
71         "Adyen/Core": [
73         ]
74       }
75     },
76     {
77       "name": "WeChatPay",
78       "source_files": [
79         "AdyenWeChatPay/**/*.swift",
80         "AdyenWeChatPay/WeChatSDK/*.h"
81       ],
82       "preserve_paths": "AdyenWeChatPay/WeChatSDK/module.modulemap",
83       "dependencies": {
84         "Adyen/Core": [
86         ]
87       },
88       "xcconfig": {
89         "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/AdyenWeChatPay/WeChatSDK"
90       },
91       "private_header_files": "AdyenWeChatPay/WeChatSDK/*.h",
92       "vendored_libraries": "AdyenWeChatPay/WeChatSDK/libWeChatSDK.a",
93       "libraries": [
94         "z",
95         "stdc++",
96         "sqlite3.0"
97       ],
98       "frameworks": [
99         "SystemConfiguration",
100         "CoreTelephony"
101       ]
102     },
103     {
104       "name": "OpenInvoice",
105       "source_files": "AdyenOpenInvoice/**/*.swift",
106       "dependencies": {
107         "Adyen/Core": [
109         ]
110       }
111     }
112   ],
113   "swift_version": "5.0"