blob: 7bd59e72da3c68c683fd03131207f27bb45a5ebf [file] [log] [blame]
{
"name": "paymentSDK",
"version": "2.13.0",
"summary": "Wirecard paymentSDK - online payments",
"description": "The library allows online payments processing.\nSupported payment methods:\n- Apple Pay purchase\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": {
"Stefan Sedlak": "stefan.sedlak@wirecard.com",
"Jozef Vrana": "jozef.vrana@wirecard.com"
},
"source": {
"git": "https://github.com/wirecard/paymentSDK-iOS.git",
"tag": "2.13.0"
},
"platforms": {
"ios": "8.0"
},
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"CardIO": [
"~> 5.4.1"
],
"CMPopTipView": [
"~> 2.3.0"
],
"CocoaLumberjack": [
"~> 3.2.0"
],
"Mantle": [
"~> 2.1.0"
],
"libextobjc/EXTScope": [
"~> 0.4.1"
]
},
"ios": {
"dependencies": {
"Lockbox": [
"~> 3.0.3"
],
"MBProgressHUD": [
"~> 1.0.0"
],
"TPKeyboardAvoiding": [
"~> 1.3.1"
]
}
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"PassKit",
"AddressBook",
"Security"
],
"libraries": "xml2",
"vendored_frameworks": "PaymentSDK.framework",
"resources": "PaymentSDKResources.bundle"
}