blob: 9beb80b5ee181712b6f624c743c6c92c38808f8f [file] [log] [blame]
{
"name": "Adyen",
"version": "3.4.1",
"summary": "Adyen Components for iOS",
"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.",
"homepage": "https://adyen.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adyen": "support@adyen.com"
},
"source": {
"git": "https://github.com/Adyen/adyen-ios.git",
"tag": "3.4.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"frameworks": "Foundation",
"default_subspecs": [
"Core",
"Card",
"DropIn"
],
"subspecs": [
{
"name": "Core",
"source_files": "Adyen/**/*.swift",
"resource_bundles": {
"Adyen": [
"Adyen/Assets/**/*.strings"
]
}
},
{
"name": "DropIn",
"source_files": "AdyenDropIn/**/*.swift",
"dependencies": {
"Adyen/Core": [
],
"Adyen/Card": [
]
}
},
{
"name": "WeChatPay",
"source_files": [
"AdyenWeChatPay/**/*.swift",
"AdyenWeChatPay/WeChatSDK/*.h"
],
"private_header_files": "AdyenWeChatPay/WeChatSDK/*.h",
"vendored_libraries": "AdyenWeChatPay/WeChatSDK/libWeChatSDK.a",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "${PODS_TARGET_SRCROOT}/AdyenWeChatPay/WeChatSDK",
"OTHER_LDFLAGS": "-ObjC -all_load"
},
"preserve_paths": "AdyenWeChatPay/WeChatSDK/module.modulemap",
"dependencies": {
"Adyen/Core": [
]
},
"libraries": [
"z",
"stdc++",
"sqlite3.0"
],
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"CFNetwork",
"CoreGraphics",
"Security"
]
},
{
"name": "Card",
"dependencies": {
"Adyen/Core": [
],
"Adyen3DS2": [
">= 2.1.0-rc.5"
]
},
"source_files": [
"AdyenCard/**/*.swift",
"AdyenCard/Utilities/AdyenCSE/*.{h,m}",
"AdyenCard/Utilities/*.{h,m}"
],
"private_header_files": "AdyenCard/Utilities/AdyenCSE/*.h"
}
],
"swift_version": "5.0"
}