[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / a / 4 / Adyen / 3.2.0 / Adyen.podspec.json
blobb11fc3204b346091addfc27ac6eb61e2bddab924
2   "name": "Adyen",
3   "version": "3.2.0",
4   "summary": "Adyen Components for iOS",
5   "description": "Adyen Components for iOS allows you to accept in-app payments by providing you with the building blocks you need to create a checkout experience.",
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": "3.2.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "frameworks": "Foundation",
23   "default_subspecs": [
24     "Core",
25     "Card",
26     "DropIn"
27   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Adyen/**/*.swift",
32       "resource_bundles": {
33         "Adyen": [
34           "Adyen/Assets/**/*.strings"
35         ]
36       }
37     },
38     {
39       "name": "DropIn",
40       "source_files": "AdyenDropIn/**/*.swift",
41       "dependencies": {
42         "Adyen/Core": [
44         ],
45         "Adyen/Card": [
47         ]
48       }
49     },
50     {
51       "name": "Card",
52       "dependencies": {
53         "Adyen/Core": [
55         ],
56         "Adyen3DS2": [
57           ">= 2.1.0-rc.5"
58         ]
59       },
60       "source_files": [
61         "AdyenCard/**/*.swift",
62         "AdyenCard/Utilities/AdyenCSE/*.{h,m}",
63         "AdyenCard/Utilities/*.{h,m}"
64       ],
65       "private_header_files": "AdyenCard/Utilities/AdyenCSE/*.h"
66     }
67   ],
68   "swift_version": "5.0"