[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 8 / f / paymentSDK / 2.7.0 / paymentSDK.podspec.json
blob5238e22b08958f8e978485a5ccc6fe05b405aa05
2   "name": "paymentSDK",
3   "version": "2.7.0",
4   "summary": "Wirecard paymentSDK - online payments",
5   "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.",
6   "homepage": "https://github.com/wirecard/paymentSDK-iOS",
7   "documentation_url": "https://paymentsdk.github.io",
8   "license": {
9     "type": "MIT"
10   },
11   "authors": {
12     "Radoslav Danko": "radoslav.danko@wirecard.com",
13     "Stefan Sedlak": "stefan.sedlak@wirecard.com",
14     "Jozef Vrana": "jozef.vrana@wirecard.com"
15   },
16   "source": {
17     "git": "https://github.com/wirecard/paymentSDK-iOS.git",
18     "tag": "2.7.0"
19   },
20   "platforms": {
21     "ios": "8.0"
22   },
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.1.0"
26     ],
27     "CardIO": [
28       "~> 5.4.1"
29     ],
30     "CMPopTipView": [
31       "~> 2.3.0"
32     ],
33     "CocoaLumberjack": [
34       "~> 3.1.0"
35     ],
36     "Mantle": [
37       "~> 2.1.0"
38     ],
39     "libextobjc/EXTScope": [
40       "~> 0.4.1"
41     ]
42   },
43   "ios": {
44     "dependencies": {
45       "Lockbox": [
46         "~> 3.0.3"
47       ],
48       "MBProgressHUD": [
49         "~> 1.0.0"
50       ],
51       "TPKeyboardAvoiding": [
52         "~> 1.3.1"
53       ]
54     }
55   },
56   "requires_arc": true,
57   "frameworks": [
58     "Foundation",
59     "UIKit",
60     "PassKit",
61     "AddressBook",
62     "Security"
63   ],
64   "libraries": "xml2",
65   "vendored_frameworks": "PaymentSDK.framework",
66   "resources": "PaymentSDKResources.bundle"