[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 8 / f / paymentSDK / 2.3.0 / paymentSDK.podspec.json
blobd550624898a205eee068d980211d71745d95dc73
2   "name": "paymentSDK",
3   "version": "2.3.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   },
15   "source": {
16     "git": "https://github.com/wirecard/paymentSDK-iOS.git",
17     "tag": "2.3.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.1.0"
25     ],
26     "CardIO": [
27       "~> 5.4.1"
28     ],
29     "CMPopTipView": [
30       "~> 2.3.0"
31     ],
32     "CocoaLumberjack": [
33       "~> 2.4.0"
34     ],
35     "GDataXML-HTML": [
36       "~> 1.3.0"
37     ],
38     "Mantle": [
39       "~> 2.0.7"
40     ],
41     "libextobjc/EXTScope": [
42       "~> 0.4.1"
43     ]
44   },
45   "ios": {
46     "dependencies": {
47       "Lockbox": [
48         "~> 3.0.2"
49       ],
50       "MBProgressHUD": [
51         "~> 1.0.0"
52       ],
53       "TPKeyboardAvoiding": [
54         "~> 1.3"
55       ]
56     }
57   },
58   "requires_arc": true,
59   "frameworks": [
60     "Foundation",
61     "UIKit",
62     "PassKit",
63     "AddressBook",
64     "Security"
65   ],
66   "libraries": "xml2",
67   "vendored_frameworks": "PaymentSDK.framework",
68   "resources": "PaymentSDKResources.bundle"