[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 8 / f / paymentSDK / 2.1.8 / paymentSDK.podspec.json
bloba9f92de1213c22f4637e63f03f9ef626b247f90d
2   "name": "paymentSDK",
3   "version": "2.1.8",
4   "summary": "Wirecard paymentSDK - online payments",
5   "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.",
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.1.8"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.1.0"
25     ],
26     "CardIO": [
27       "~> 5.3.2"
28     ],
29     "CMPopTipView": [
30       "~> 2.3.0"
31     ],
32     "CocoaLumberjack": [
33       "~> 2.3.0"
34     ],
35     "Mantle": [
36       "~> 2.0.7"
37     ],
38     "libextobjc/EXTScope": [
39       "~> 0.4.1"
40     ]
41   },
42   "ios": {
43     "dependencies": {
44       "Lockbox": [
45         "~> 3.0.1"
46       ],
47       "MBProgressHUD": [
48         "~> 1.0.0"
49       ]
50     }
51   },
52   "requires_arc": true,
53   "frameworks": [
54     "Foundation",
55     "UIKit",
56     "PassKit",
57     "AddressBook",
58     "Security"
59   ],
60   "libraries": "xml2",
61   "vendored_frameworks": "PaymentSDK.framework",
62   "resources": "PaymentSDKResources.bundle"