blob: 9135f3bc9810109234093a9aa67f48685b9c4e41 [file] [log] [blame]
{
"name": "paymentSDK",
"version": "2.17.4",
"summary": "Wirecard paymentSDK - online payments",
"description": "The library allows online payments processing.\nSupported payment methods:\n- Apple Pay\n- Card payments (Mastercard, Visa, American Express)\n- PayPal\n- SEPA Direct Debit\nFully integrated with licensed Wirecard Payment infrastructure.",
"homepage": "https://github.com/wirecard/paymentSDK-iOS",
"documentation_url": "https://paymentsdk.github.io",
"license": {
"type": "MIT"
},
"authors": {
"Stefan Sedlak": "stefan.sedlak@wirecard.com",
"Jozef Vrana": "jozef.vrana@wirecard.com"
},
"source": {
"git": "https://github.com/wirecard/paymentSDK-iOS.git",
"tag": "2.17.4"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
],
"CardIO": [
"~> 5.4.1"
],
"CMPopTipView": [
"~> 2.3.2"
],
"CocoaLumberjack": [
"~> 3.4.2"
],
"Mantle": [
"~> 2.1.0"
],
"libextobjc/EXTScope": [
"~> 0.4.1"
],
"ZappMerchantLib": [
"~> 1.1.2"
]
},
"ios": {
"dependencies": {
"Lockbox": [
"~> 3.0.6"
],
"MBProgressHUD": [
"~> 1.1.0"
],
"TPKeyboardAvoiding": [
"~> 1.3.2"
]
}
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"PassKit",
"AddressBook",
"Security"
],
"libraries": "xml2",
"vendored_frameworks": "PaymentSDK.framework",
"resources": "PaymentSDKResources.bundle"
}