[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / a / 4 / Adyen / 1.3.1 / Adyen.podspec.json
blobfc7e5e9e5c48622642f1ffd228dc1416b8364320
2   "name": "Adyen",
3   "version": "1.3.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": "1.3.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "frameworks": "Foundation",
22   "default_subspecs": [
23     "Core",
24     "Cards",
25     "Ideal",
26     "UI"
27   ],
28   "pushed_with_swift_version": "3.0",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Adyen/Core/**/*",
33       "resources": [
34         "VERSION"
35       ]
36     },
37     {
38       "name": "ApplePay",
39       "source_files": "Adyen/Plugins/ApplePay/**/*",
40       "dependencies": {
41         "Adyen/Core": [
43         ],
44         "Adyen/CoreUI": [
46         ]
47       }
48     },
49     {
50       "name": "Cards",
51       "dependencies": {
52         "Adyen/Core": [
54         ],
55         "Adyen/CoreUI": [
57         ],
58         "AdyenCSE": [
60         ]
61       },
62       "source_files": "Adyen/Plugins/Cards/**/*",
63       "resource_bundles": {
64         "Cards": [
65           "Adyen/Plugins/Cards/**/*.xib"
66         ]
67       }
68     },
69     {
70       "name": "Ideal",
71       "source_files": "Adyen/Plugins/Ideal/**/*",
72       "dependencies": {
73         "Adyen/CoreUI": [
75         ],
76         "Adyen/Core": [
78         ]
79       }
80     },
81     {
82       "name": "UI",
83       "source_files": "Adyen/UI/**/*",
84       "dependencies": {
85         "Adyen/Core": [
87         ],
88         "Adyen/CoreUI": [
90         ]
91       }
92     },
93     {
94       "name": "CoreUI",
95       "source_files": "Adyen/CoreUI/**/*.swift",
96       "resources": [
97         "Adyen/CoreUI/Assets/Media.xcassets"
98       ],
99       "dependencies": {
100         "Adyen/Core": [
102         ]
103       }
104     }
105   ]