[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / a / 4 / Adyen / 2.0.1 / Adyen.podspec.json
blob41d34bfebbe955fa64b23ed13663060bd30a2a89
2   "name": "Adyen",
3   "version": "2.0.1",
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.0.1"
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.0.1\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   ]