[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / a / 4 / Adyen / 1.4.0 / Adyen.podspec.json
blob4c19b8c3b7e90c08027279439eb797ee78688f08
2   "name": "Adyen",
3   "version": "1.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": "1.4.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": "3.0",
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "Adyen/Core/**/*"
34     },
35     {
36       "name": "ApplePay",
37       "source_files": "Adyen/Plugins/ApplePay/**/*",
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": [
58         ]
59       },
60       "source_files": "Adyen/Plugins/Cards/**/*",
61       "resource_bundles": {
62         "Cards": [
63           "Adyen/Plugins/Cards/**/*.xib"
64         ]
65       }
66     },
67     {
68       "name": "Ideal",
69       "source_files": "Adyen/Plugins/Ideal/**/*",
70       "dependencies": {
71         "Adyen/CoreUI": [
73         ],
74         "Adyen/Core": [
76         ]
77       }
78     },
79     {
80       "name": "SEPADirectDebit",
81       "source_files": "Adyen/Plugins/SEPADirectDebit/**/*",
82       "dependencies": {
83         "Adyen/Core": [
85         ],
86         "Adyen/CoreUI": [
88         ]
89       },
90       "resource_bundles": {
91         "SEPADirectDebit": [
92           "Adyen/Plugins/SEPADirectDebit/**/*.xib"
93         ]
94       }
95     },
96     {
97       "name": "UI",
98       "source_files": "Adyen/UI/**/*",
99       "dependencies": {
100         "Adyen/Core": [
102         ],
103         "Adyen/CoreUI": [
105         ]
106       }
107     },
108     {
109       "name": "CoreUI",
110       "source_files": "Adyen/CoreUI/**/*.swift",
111       "resource_bundles": {
112         "CoreUI": [
113           "Adyen/CoreUI/Assets/Media.xcassets",
114           "Adyen/CoreUI/Assets/*.lproj/*.strings"
115         ]
116       },
117       "dependencies": {
118         "Adyen/Core": [
120         ]
121       }
122     }
123   ]