[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / a / 4 / Adyen / 3.0.0 / Adyen.podspec.json
blob9ba216d1f184a3de51dd8cf3857fe5d78fcad577
2   "name": "Adyen",
3   "version": "3.0.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.0.0"
17   },
18   "platforms": {
19     "ios": "10.3"
20   },
21   "swift_versions": "5.0",
22   "frameworks": "Foundation",
23   "default_subspecs": [
24     "Core",
25     "Card",
26     "DropIn"
27   ],
28   "swift_version": "5.0",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Adyen/**/*.swift",
33       "resource_bundles": {
34         "Adyen": [
35           "Adyen/Assets/**/*.strings"
36         ]
37       }
38     },
39     {
40       "name": "DropIn",
41       "source_files": "AdyenDropIn/**/*.swift",
42       "dependencies": {
43         "Adyen/Core": [
45         ],
46         "Adyen/Card": [
48         ]
49       }
50     },
51     {
52       "name": "Card",
53       "xcconfig": {
54         "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/AdyenCard/Utilities/AdyenCSE"
55       },
56       "preserve_paths": "AdyenCard/Utilities/AdyenCSE/module.modulemap",
57       "dependencies": {
58         "Adyen/Core": [
60         ],
61         "Adyen3DS2": [
63         ]
64       },
65       "source_files": [
66         "AdyenCard/**/*.swift",
67         "AdyenCard/Utilities/AdyenCSE/*.{h,m}"
68       ],
69       "private_header_files": "AdyenCard/Utilities/AdyenCSE/*.h"
70     }
71   ]