[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / a / 4 / Adyen / 2.8.5 / Adyen.podspec.json
blobd253e0ac1965a5e8d77fda68242b0a60bde98000
2   "name": "Adyen",
3   "version": "2.8.5",
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.5"
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   "swift_version": "5.0",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Adyen/**/*.swift",
33       "dependencies": {
34         "AdyenInternal": [
35           "2.8.5"
36         ]
37       }
38     },
39     {
40       "name": "ApplePay",
41       "source_files": "AdyenApplePay/**/*.swift",
42       "dependencies": {
43         "Adyen/Core": [
45         ]
46       }
47     },
48     {
49       "name": "Card",
50       "xcconfig": {
51         "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/AdyenCard/AdyenCSE"
52       },
53       "preserve_paths": "AdyenCard/AdyenCSE/module.modulemap",
54       "dependencies": {
55         "Adyen/Core": [
57         ],
58         "Adyen3DS2": [
59           "2.1.0-rc.4"
60         ]
61       },
62       "source_files": [
63         "AdyenCard/**/*.swift",
64         "AdyenCard/AdyenCSE/*.{h,m}"
65       ],
66       "private_header_files": "AdyenCard/AdyenCSE/*.h"
67     },
68     {
69       "name": "SEPA",
70       "source_files": "AdyenSEPA/**/*.swift",
71       "dependencies": {
72         "Adyen/Core": [
74         ]
75       }
76     },
77     {
78       "name": "WeChatPay",
79       "source_files": [
80         "AdyenWeChatPay/**/*.swift",
81         "AdyenWeChatPay/WeChatSDK/*.h"
82       ],
83       "preserve_paths": "AdyenWeChatPay/WeChatSDK/module.modulemap",
84       "dependencies": {
85         "Adyen/Core": [
87         ]
88       },
89       "xcconfig": {
90         "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/AdyenWeChatPay/WeChatSDK"
91       },
92       "private_header_files": "AdyenWeChatPay/WeChatSDK/*.h",
93       "vendored_libraries": "AdyenWeChatPay/WeChatSDK/libWeChatSDK.a",
94       "libraries": [
95         "z",
96         "stdc++",
97         "sqlite3.0"
98       ],
99       "frameworks": [
100         "SystemConfiguration",
101         "CoreTelephony"
102       ]
103     },
104     {
105       "name": "OpenInvoice",
106       "source_files": "AdyenOpenInvoice/**/*.swift",
107       "dependencies": {
108         "Adyen/Core": [
110         ]
111       }
112     }
113   ]