[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 8 / f / paymentSDK / 2.10.0 / paymentSDK.podspec.json
blobf6862eb0344b2ea855243f01b6df8ea371594fd5
2   "name": "paymentSDK",
3   "version": "2.10.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     "Stefan Sedlak": "stefan.sedlak@wirecard.com",
13     "Jozef Vrana": "jozef.vrana@wirecard.com"
14   },
15   "source": {
16     "git": "https://github.com/wirecard/paymentSDK-iOS.git",
17     "tag": "2.10.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       "~> 3.2.0"
34     ],
35     "Mantle": [
36       "~> 2.1.0"
37     ],
38     "libextobjc/EXTScope": [
39       "~> 0.4.1"
40     ]
41   },
42   "ios": {
43     "dependencies": {
44       "Lockbox": [
45         "~> 3.0.3"
46       ],
47       "MBProgressHUD": [
48         "~> 1.0.0"
49       ],
50       "TPKeyboardAvoiding": [
51         "~> 1.3.1"
52       ]
53     }
54   },
55   "requires_arc": true,
56   "frameworks": [
57     "Foundation",
58     "UIKit",
59     "PassKit",
60     "AddressBook",
61     "Security"
62   ],
63   "libraries": "xml2",
64   "vendored_frameworks": "PaymentSDK.framework",
65   "resources": "PaymentSDKResources.bundle"