3 "version": "4.0.0-beta.2",
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",
12 "Adyen": "support@adyen.com"
15 "git": "https://github.com/Adyen/adyen-ios.git",
21 "swift_versions": "5.1",
22 "frameworks": "Foundation",
31 "pod_target_xcconfig": {
32 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
33 "SWIFT_SUPPRESS_WARNINGS": "YES"
35 "user_target_xcconfig": {
36 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
41 "source_files": "AdyenDropIn/**/*.swift",
63 "AdyenWeChatPay/**/*.swift",
64 "AdyenWeChatPay/WeChatSDK/*.h"
66 "private_header_files": "AdyenWeChatPay/WeChatSDK/*.h",
67 "vendored_libraries": "AdyenWeChatPay/WeChatSDK/libWeChatSDK.a",
69 "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/AdyenWeChatPay/WeChatSDK",
70 "OTHER_LDFLAGS": "-ObjC -all_load"
72 "preserve_paths": "AdyenWeChatPay/WeChatSDK/module.modulemap",
87 "SystemConfiguration",
100 "Adyen/Encryption": [
104 "source_files": "AdyenCard/**/*.swift",
105 "exclude_files": "AdyenCard/**/BundleSPMExtension.swift",
106 "resource_bundles": {
108 "AdyenCard/Assets/**/*.strings",
109 "AdyenCard/Assets/**/*.xcassets"
114 "name": "Components",
120 "source_files": "AdyenComponents/**/*.swift"
132 "source_files": "AdyenActions/**/*.swift",
133 "exclude_files": "AdyenActions/**/BundleSPMExtension.swift",
134 "resource_bundles": {
136 "AdyenActions/Assets/**/*.xcassets"
141 "name": "Encryption",
142 "source_files": "AdyenEncryption/**/*.swift"
146 "source_files": "AdyenSwiftUI/**/*.swift"
150 "source_files": "Adyen/**/*.swift",
151 "exclude_files": "Adyen/**/BundleSPMExtension.swift",
152 "resource_bundles": {
154 "Adyen/Assets/**/*.strings",
155 "Adyen/Assets/**/*.xcassets"
160 "swift_version": "5.1"