blob: f89ab0c06395c7db7183d1d2811cb532bfec043d [file] [log] [blame]
{
"name": "paymentSDK",
"version": "2.0.5",
"summary": "Wirecard paymentSDK - online payments",
"description": "The library allows online payments processing.\nSupported payment methods:\n- ApplePay payments\n- Card payments (Mastercard, Visa, American Express)\n- PayPal payments\n- SEPA processing\nFully integrated with licensed Wirecard Payment infrastructure.",
"homepage": "https://github.com/wirecard/paymentSDK-iOS",
"documentation_url": "https://paymentsdk.github.io",
"license": {
"type": "MIT"
},
"authors": {
"Radoslav Danko": "radoslav.danko@wirecard.com",
"Stefan Sedlak": "stefan.sedlak@wirecard.com"
},
"source": {
"git": "https://github.com/wirecard/paymentSDK-iOS.git",
"tag": "2.0.5"
},
"platforms": {
"ios": "7.1"
},
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"CardIO": [
"~> 5.3.2"
],
"CMPopTipView": [
"~> 2.3.0"
],
"CocoaLumberjack": [
"~> 2.2.0"
],
"Mantle": [
"~> 2.0.7"
],
"TPKeyboardAvoiding": [
"~> 1.3"
],
"libextobjc/EXTScope": [
"~> 0.4.1"
]
},
"ios": {
"dependencies": {
"Lockbox": [
"~> 2.1.0"
],
"MBProgressHUD": [
"~> 0.9.2"
]
}
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"PassKit"
],
"libraries": "xml2",
"vendored_frameworks": "PaymentSDK.framework",
"resources": "PaymentSDKResources.bundle"
}