[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 8 / f / paymentSDK / 2.0.1 / paymentSDK.podspec.json
blob452ce1c0aab806b331b0c03c4a80c2c8d18867aa
2   "name": "paymentSDK",
3   "version": "2.0.1",
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.0.1"
18   },
19   "platforms": {
20     "ios": "7.1"
21   },
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.0"
25     ],
26     "CardIO": [
27       "~> 5.3"
28     ],
29     "CMPopTipView": [
30       "~> 2.2"
31     ],
32     "CocoaLumberjack": [
33       "~> 2.2"
34     ],
35     "Mantle": [
36       "~> 2.0"
37     ],
38     "TPKeyboardAvoiding": [
39       "~> 1.2"
40     ],
41     "libextobjc/EXTScope": [
42       "~> 0.4"
43     ]
44   },
45   "ios": {
46     "dependencies": {
47       "Lockbox": [
48         "~> 2.1"
49       ],
50       "MBProgressHUD": [
51         "~> 0.9"
52       ]
53     }
54   },
55   "requires_arc": true,
56   "frameworks": [
57     "Foundation",
58     "UIKit",
59     "PassKit"
60   ],
61   "libraries": "xml2",
62   "vendored_frameworks": "PaymentSDK.framework",
63   "resources": "PaymentSDKResources.bundle"