[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / a / 4 / Adyen / 2.4.0 / Adyen.podspec.json
blobeac2f12d78c747e99cbf9e361611931f8648e721
2   "name": "Adyen",
3   "version": "2.4.0",
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.4.0"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "swift_version": "4.2",
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.4.0"
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       },
58       "source_files": [
59         "AdyenCard/**/*.swift",
60         "AdyenCard/AdyenCSE/*.{h,m}"
61       ],
62       "private_header_files": "AdyenCard/AdyenCSE/*.h"
63     },
64     {
65       "name": "SEPA",
66       "source_files": "AdyenSEPA/**/*.swift",
67       "dependencies": {
68         "Adyen/Core": [
70         ]
71       }
72     },
73     {
74       "name": "WeChatPay",
75       "source_files": [
76         "AdyenWeChatPay/**/*.swift",
77         "AdyenWeChatPay/WeChatSDK/*.h"
78       ],
79       "preserve_paths": "AdyenWeChatPay/WeChatSDK/module.modulemap",
80       "dependencies": {
81         "Adyen/Core": [
83         ]
84       },
85       "xcconfig": {
86         "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/AdyenWeChatPay/WeChatSDK"
87       },
88       "private_header_files": "AdyenWeChatPay/WeChatSDK/*.h",
89       "vendored_libraries": "AdyenWeChatPay/WeChatSDK/libWeChatSDK.a",
90       "libraries": [
91         "z",
92         "stdc++",
93         "sqlite3.0"
94       ],
95       "frameworks": [
96         "SystemConfiguration",
97         "CoreTelephony"
98       ]
99     },
100     {
101       "name": "OpenInvoice",
102       "source_files": "AdyenOpenInvoice/**/*.swift",
103       "dependencies": {
104         "Adyen/Core": [
106         ]
107       }
108     }
109   ]