[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / a / b / KhipuClientIOS / 2.7.1 / KhipuClientIOS.podspec.json
bloba5331645b50d45904cf57d65b5ea24bec6976de4
2   "name": "KhipuClientIOS",
3   "version": "2.7.1",
4   "summary": "A Client for iOS Apps written in Swift for Khipu",
5   "description": "Khipu is a payment method operating in Chile, Argentina, Peru, and soon in Mexico and Spain. It allows merchants to collect payments electronically and customers to pay using their bank accounts (Checking, Savings, Electronic Checkbooks, etc.).\n\nStandard use of Khipu requires that the customer authorize the payment on Khipu's website or by installing a mobile app, the Khipu payment terminal.\n\nThe Khipu SDK for Android/iOS allows merchants with an app (Android and/or iOS) to embed the payment authorization process directly in their app, thereby reducing friction in the buying process and, consequently, increasing the conversion rate of the entire process.",
6   "homepage": "https://github.com/khipu/KhipuClientIOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Khipu": "developers@khipu.com"
13   },
14   "source": {
15     "git": "https://github.com/khipu/KhipuClientIOS.git",
16     "tag": "2.7.1"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "KhipuClientIOS/Classes/**/*",
22   "resource_bundles": {
23     "KhipuClientIOS": [
24       "KhipuClientIOS/Assets/**/*.{xcassets,json,ttf,html,js,css}"
25     ]
26   },
27   "dependencies": {
28     "Socket.IO-Client-Swift": [
29       "16.1.0"
30     ],
31     "Starscream": [
32       "4.0.6"
33     ],
34     "KhenshinSecureMessage": [
35       "1.3.0"
36     ],
37     "KhenshinProtocol": [
38       "1.0.44"
39     ]
40   },
41   "swift_versions": "5.0",
42   "swift_version": "5.0"