[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 8 / f / paymentSDK / 3.0.0 / paymentSDK.podspec.json
blob9ed874e53686ef692b45d69999bad91609da6740
2   "name": "paymentSDK",
3   "version": "3.0.0",
4   "summary": "Wirecard paymentSDK - online payments",
5   "description": "The library allows online payments processing.\nSupported payment methods:\n- Apple Pay\n- Card payments (Mastercard, Visa, American Express)\n- PayPal\n- SEPA Direct Debit\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": "3.0.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "subspecs": [
23     {
24       "name": "All",
25       "dependencies": {
26         "paymentSDK/Core": [
28         ],
29         "paymentSDK/CoreCard": [
31         ],
32         "paymentSDK/Alipay": [
34         ],
35         "paymentSDK/ApplePay": [
37         ],
38         "paymentSDK/Card": [
40         ],
41         "paymentSDK/CardScanner": [
43         ],
44         "paymentSDK/PayPal": [
46         ],
47         "paymentSDK/SEPA": [
49         ],
50         "paymentSDK/IBANScanner": [
52         ],
53         "paymentSDK/ZAPP": [
55         ]
56       }
57     },
58     {
59       "name": "Core",
60       "vendored_frameworks": "WDeCom.framework",
61       "resources": "WDeCom.framework/WDeCom.bundle",
62       "dependencies": {
63         "AFNetworking": [
64           "~> 3.2.1"
65         ],
66         "CMPopTipView": [
67           "~> 2.3.2"
68         ],
69         "CocoaLumberjack": [
70           "~> 3.4.2"
71         ],
72         "Mantle": [
73           "~> 2.1.0"
74         ],
75         "libextobjc/EXTScope": [
76           "~> 0.4.1"
77         ]
78       },
79       "ios": {
80         "dependencies": {
81           "Lockbox": [
82             "~> 3.0.6"
83           ],
84           "MBProgressHUD": [
85             "~> 1.1.0"
86           ],
87           "TPKeyboardAvoiding": [
88             "~> 1.3.2"
89           ]
90         },
91         "frameworks": [
92           "Foundation",
93           "UIKit",
94           "Security"
95         ]
96       },
97       "libraries": "xml2"
98     },
99     {
100       "name": "Alipay",
101       "vendored_frameworks": "WDeComAlipay.framework",
102       "dependencies": {
103         "paymentSDK/Core": [
105         ]
106       }
107     },
108     {
109       "name": "ApplePay",
110       "vendored_frameworks": "WDeComApplePay.framework",
111       "dependencies": {
112         "paymentSDK/CoreCard": [
114         ]
115       },
116       "ios": {
117         "frameworks": [
118           "AddressBook",
119           "PassKit"
120         ]
121       }
122     },
123     {
124       "name": "CoreCard",
125       "vendored_frameworks": "WDeComCoreCard.framework",
126       "dependencies": {
127         "paymentSDK/Core": [
129         ]
130       }
131     },
132     {
133       "name": "Card",
134       "vendored_frameworks": "WDeComCard.framework",
135       "resources": "WDeComCard.framework/WDeComCard.bundle",
136       "dependencies": {
137         "paymentSDK/CoreCard": [
139         ]
140       }
141     },
142     {
143       "name": "CardScanner",
144       "vendored_frameworks": "WDeComCardScanner.framework",
145       "resources": "WDeComCardScanner.framework/WDeComCardScanner.bundle",
146       "dependencies": {
147         "paymentSDK/Card": [
149         ],
150         "GoogleMobileVision/TextDetector": [
151           "~> 1.5.0"
152         ]
153       }
154     },
155     {
156       "name": "PayPal",
157       "vendored_frameworks": "WDeComPayPal.framework",
158       "dependencies": {
159         "paymentSDK/Core": [
161         ]
162       }
163     },
164     {
165       "name": "SEPA",
166       "vendored_frameworks": "WDeComSEPA.framework",
167       "resources": "WDeComSEPA.framework/WDeComSEPA.bundle",
168       "dependencies": {
169         "paymentSDK/Core": [
171         ],
172         "IBAN": [
173           "~> 1.0.0"
174         ]
175       }
176     },
177     {
178       "name": "IBANScanner",
179       "vendored_frameworks": "WDeComIBANScanner.framework",
180       "resources": "WDeComIBANScanner.framework/WDeComIBANScanner.bundle",
181       "dependencies": {
182         "paymentSDK/SEPA": [
184         ],
185         "GoogleMobileVision/TextDetector": [
186           "~> 1.5.0"
187         ]
188       }
189     },
190     {
191       "name": "ZAPP",
192       "vendored_frameworks": "WDeComZAPP.framework",
193       "dependencies": {
194         "paymentSDK/Core": [
196         ],
197         "ZappMerchantLib": [
198           "~> 1.1.2"
199         ]
200       }
201     }
202   ]