[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 5 / a / 4 / Adyen / 3.8.6 / Adyen.podspec.json
blobdf9e14341417ff3229ad5b0c6d3550db9275273d
2   "name": "Adyen",
3   "version": "3.8.6",
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.8.6"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.1",
22   "frameworks": "Foundation",
23   "default_subspecs": [
24     "Core",
25     "Card",
26     "DropIn"
27   ],
28   "pod_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
30     "SWIFT_SUPPRESS_WARNINGS": "YES"
31   },
32   "user_target_xcconfig": {
33     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
34   },
35   "subspecs": [
36     {
37       "name": "Core",
38       "source_files": "Adyen/**/*.swift",
39       "exclude_files": "Adyen/**/BundleSPMExtension.swift",
40       "resource_bundles": {
41         "Adyen": [
42           "Adyen/Assets/**/*.strings",
43           "Adyen/Assets/**/*.xcassets"
44         ]
45       }
46     },
47     {
48       "name": "DropIn",
49       "source_files": "AdyenDropIn/**/*.swift",
50       "dependencies": {
51         "Adyen/Core": [
53         ],
54         "Adyen/Card": [
56         ]
57       }
58     },
59     {
60       "name": "WeChatPay",
61       "source_files": [
62         "AdyenWeChatPay/**/*.swift",
63         "AdyenWeChatPay/WeChatSDK/*.h"
64       ],
65       "private_header_files": "AdyenWeChatPay/WeChatSDK/*.h",
66       "vendored_libraries": "AdyenWeChatPay/WeChatSDK/libWeChatSDK.a",
67       "xcconfig": {
68         "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/AdyenWeChatPay/WeChatSDK",
69         "OTHER_LDFLAGS": "-ObjC -all_load"
70       },
71       "preserve_paths": "AdyenWeChatPay/WeChatSDK/module.modulemap",
72       "dependencies": {
73         "Adyen/Core": [
75         ]
76       },
77       "libraries": [
78         "z",
79         "stdc++",
80         "sqlite3.0"
81       ],
82       "frameworks": [
83         "SystemConfiguration",
84         "CoreTelephony",
85         "CFNetwork",
86         "CoreGraphics",
87         "Security"
88       ]
89     },
90     {
91       "name": "Card",
92       "dependencies": {
93         "Adyen/Core": [
95         ],
96         "Adyen3DS2": [
97           "2.2.1"
98         ]
99       },
100       "source_files": [
101         "AdyenCard/**/*.swift",
102         "AdyenCard/Utilities/Encryption/AdyenCSE/*.{h,m}",
103         "AdyenCard/Utilities/Encryption/*.{h,m}"
104       ],
105       "exclude_files": "AdyenCard/**/BundleSPMExtension.swift",
106       "private_header_files": "AdyenCard/Utilities/Encryption/AdyenCSE/*.h",
107       "resource_bundles": {
108         "AdyenCard": [
109           "AdyenCard/Assets/**/*.strings",
110           "AdyenCard/Assets/**/*.xcassets"
111         ]
112       }
113     }
114   ],
115   "swift_version": "5.1"