[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / a / 4 / Adyen / 2.1.0 / Adyen.podspec.json
blobf48e7a0fd6ee8f27c9a39af12d5743676653b20f
2   "name": "Adyen",
3   "version": "2.1.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.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "frameworks": "Foundation",
22   "default_subspecs": [
23     "Core",
24     "Card",
25     "SEPA"
26   ],
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Adyen/**/*.swift",
31       "dependencies": {
32         "AdyenInternal": [
33           "2.1.0\n"
34         ]
35       }
36     },
37     {
38       "name": "ApplePay",
39       "source_files": "AdyenApplePay/**/*.swift",
40       "dependencies": {
41         "Adyen/Core": [
43         ]
44       }
45     },
46     {
47       "name": "Card",
48       "xcconfig": {
49         "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/AdyenCard/AdyenCSE"
50       },
51       "preserve_paths": "AdyenCard/AdyenCSE/module.modulemap",
52       "dependencies": {
53         "Adyen/Core": [
55         ]
56       },
57       "source_files": [
58         "AdyenCard/**/*.swift",
59         "AdyenCard/AdyenCSE/*.{h,m}"
60       ],
61       "private_header_files": "AdyenCard/AdyenCSE/*.h"
62     },
63     {
64       "name": "SEPA",
65       "source_files": "AdyenSEPA/**/*.swift",
66       "dependencies": {
67         "Adyen/Core": [
69         ]
70       }
71     },
72     {
73       "name": "WeChatPay",
74       "source_files": [
75         "AdyenWeChatPay/**/*.swift",
76         "AdyenWeChatPay/WeChatSDK/*.h"
77       ],
78       "preserve_paths": "AdyenWeChatPay/WeChatSDK/module.modulemap",
79       "dependencies": {
80         "Adyen/Core": [
82         ]
83       },
84       "xcconfig": {
85         "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/AdyenWeChatPay/WeChatSDK"
86       },
87       "private_header_files": "AdyenWeChatPay/WeChatSDK/*.h",
88       "vendored_libraries": "AdyenWeChatPay/WeChatSDK/libWeChatSDK.a",
89       "libraries": [
90         "z",
91         "stdc++",
92         "sqlite3.0"
93       ],
94       "frameworks": [
95         "SystemConfiguration",
96         "CoreTelephony"
97       ]
98     }
99   ]