[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 7 / 8 / GoConnector / 3.4 / GoConnector.podspec.json
blobf70994202f86261ee5d3f54ccf789f6786f06f4a
2   "name": "GoConnector",
3   "version": "3.4",
4   "summary": "Provides an api for integrating with a Go device for taking card payments via Swipe, EMV dip, NFC Contactless",
5   "description": "The Go Connector SDK currently supports the following payment transactions:\n*Sale* - A transaction used to authorize and capture the payment amount in at the same time. A Sale transaction is final and the amount cannot be adjusted.\n*Auth* - A transaction that can be tip-adjusted until it is finalized during a batch closeout. This is a standard model for a restaurant that adjusts the amount to include a tip after a card is charged.\n*Void* - A transaction that cancels or fully reverses a payment transaction. \n*Refund* - A transaction that credits funds to the account holder.\n*PreAuth* - A pre-authorization for a certain amount.\n*PreAuth Capture* - A Pre-Auth that has been finalized in order to complete a payment (i.e., a bar tab that has been closed out).\n*Partial Auth* - A partial authorization. The payment gateway may return a partial authorization if the transaction amount exceeds the customer’s credit or debit card limit.\n*Tip Adjust* - A transaction in which a merchant takes or edits a tip after the customer’s card has been processed (i.e., after the initial Auth transaction).",
6   "homepage": "https://www.clover.com/get-paid/go",
7   "license": {
8     "type": "Custom",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Clover Go": "clovergodev@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/clover/remote-pay-ios-go.git",
16     "tag": "3.3.13"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "5.0",
20     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
21   },
22   "platforms": {
23     "ios": "11.0"
24   },
25   "swift_versions": "5.0",
26   "source_files": "CloverConnector/Classes/**/*.swift",
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/CloverGoSDK"
29   },
30   "frameworks": "Foundation",
31   "dependencies": {
32     "ObjectMapper": [
33       "3.3"
34     ],
35     "Starscream": [
36       "3.1.0"
37     ],
38     "SwiftyJSON": [
39       "5.0.0"
40     ],
41     "CloverGoSDK": [
42       "3.4"
43     ]
44   },
45   "swift_version": "5.0"