[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / a / 4 / Adyen / 1.15.0 / Adyen.podspec.json
blobf9cb2092055a2cfc603554511c626cb6a9bb5fc0
2   "name": "Adyen",
3   "version": "1.15.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": "1.15.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": "Foundation",
22   "default_subspecs": [
23     "Core",
24     "Cards",
25     "Ideal",
26     "SEPADirectDebit",
27     "UI"
28   ],
29   "pushed_with_swift_version": "4.0",
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "Adyen/Core/**/*.swift"
34     },
35     {
36       "name": "ApplePay",
37       "source_files": "Adyen/Plugins/ApplePay/**/*.swift",
38       "dependencies": {
39         "Adyen/Core": [
41         ],
42         "Adyen/CoreUI": [
44         ]
45       }
46     },
47     {
48       "name": "Cards",
49       "dependencies": {
50         "Adyen/Core": [
52         ],
53         "Adyen/CoreUI": [
55         ],
56         "AdyenCSE": [
57           "~> 1.1"
58         ]
59       },
60       "source_files": "Adyen/Plugins/Cards/**/*.swift",
61       "resource_bundles": {
62         "Cards": [
63           "Adyen/Plugins/Cards/**/*.xib"
64         ]
65       }
66     },
67     {
68       "name": "Ideal",
69       "source_files": "Adyen/Plugins/Ideal/**/*.swift",
70       "dependencies": {
71         "Adyen/CoreUI": [
73         ],
74         "Adyen/Core": [
76         ]
77       }
78     },
79     {
80       "name": "SEPADirectDebit",
81       "source_files": "Adyen/Plugins/SEPADirectDebit/**/*.swift",
82       "dependencies": {
83         "Adyen/Core": [
85         ],
86         "Adyen/CoreUI": [
88         ]
89       }
90     },
91     {
92       "name": "MOLPay",
93       "source_files": "Adyen/Plugins/MOLPay/**/*.swift",
94       "dependencies": {
95         "Adyen/Core": [
97         ],
98         "Adyen/CoreUI": [
100         ]
101       }
102     },
103     {
104       "name": "UI",
105       "source_files": "Adyen/UI/**/*.swift",
106       "dependencies": {
107         "Adyen/Core": [
109         ],
110         "Adyen/CoreUI": [
112         ]
113       }
114     },
115     {
116       "name": "CoreUI",
117       "source_files": "Adyen/CoreUI/**/*.swift",
118       "resource_bundles": {
119         "CoreUI": [
120           "Adyen/CoreUI/Assets/Media.xcassets",
121           "Adyen/CoreUI/Assets/*.lproj/*.strings"
122         ]
123       },
124       "dependencies": {
125         "Adyen/Core": [
127         ]
128       }
129     }
130   ]