[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / 7 / 6 / ThreeDSecureView / 1.0.0 / ThreeDSecureView.podspec.json
blob7134b8dae6eee071ee6ad28aa3665170246dc337
2   "name": "ThreeDSecureView",
3   "version": "1.0.0",
4   "summary": "ThreeDSecureView allows you to handle the 3DSecure payment process in your iOS app.",
5   "description": "ThreeDSecureView is primarily a WKWebView that handles the 3DSecure payment process by sending a POST request to the provided\ncard issuer URL with the MD and PaReq parameters set. The WKWebView then intercepts the POST response from the card issuer,\nextracts the MD and PaRes values and passes them back to your app.",
6   "homepage": "https://github.com/brightec/3DSecureView",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Chris Leversuch": "chris@brightec.co.uk"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/brightec/3DSecureView.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "Source",
19   "requires_arc": true,
20   "swift_version": "4.0"