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 "SWIFT_SUPPRESS_WARNINGS": "YES"
37 "source_files": "AdyenDropIn/**/*.swift",
59 "AdyenWeChatPay/**/*.swift",
60 "AdyenWeChatPay/WeChatSDK/*.h"
62 "private_header_files": "AdyenWeChatPay/WeChatSDK/*.h",
63 "vendored_libraries": "AdyenWeChatPay/WeChatSDK/libWeChatSDK.a",
65 "SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/AdyenWeChatPay/WeChatSDK",
66 "OTHER_LDFLAGS": "-ObjC -all_load",
67 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
69 "preserve_paths": "AdyenWeChatPay/WeChatSDK/module.modulemap",
84 "SystemConfiguration",
101 "source_files": "AdyenCard/**/*.swift",
102 "exclude_files": "AdyenCard/**/BundleSPMExtension.swift",
103 "resource_bundles": {
105 "AdyenCard/Assets/**/*.strings",
106 "AdyenCard/Assets/**/*.xcassets"
111 "name": "Components",
117 "source_files": "AdyenComponents/**/*.swift"
129 "source_files": "AdyenActions/**/*.swift",
130 "exclude_files": "AdyenActions/**/BundleSPMExtension.swift",
131 "resource_bundles": {
133 "AdyenActions/Assets/**/*.xcassets"
138 "name": "Encryption",
139 "source_files": "AdyenEncryption/**/*.swift"
143 "source_files": "AdyenSwiftUI/**/*.swift"
147 "source_files": "Adyen/**/*.swift",
148 "exclude_files": "Adyen/**/BundleSPMExtension.swift",
154 "resource_bundles": {
156 "Adyen/Assets/**/*.strings",
157 "Adyen/Assets/**/*.xcassets"
162 "swift_version": "5.1"