[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 7 / 8 / GoConnector / 3.3.9 / GoConnector.podspec.json
blobfa4fe284bf6ac6cfc986c4acb3c3d55da240bc79
2   "name": "GoConnector",
3   "version": "3.3.9",
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.9"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "5.0"
20   },
21   "platforms": {
22     "ios": "10.0"
23   },
24   "swift_versions": "5.0",
25   "source_files": "CloverConnector/Classes/**/*.swift",
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/CloverGoSDK"
28   },
29   "frameworks": "Foundation",
30   "dependencies": {
31     "ObjectMapper": [
32       "3.3"
33     ],
34     "Starscream": [
35       "3.0.5"
36     ],
37     "SwiftyJSON": [
38       "5.0.0"
39     ],
40     "CloverGoSDK": [
41       "3.3.17"
42     ]
43   },
44   "swift_version": "5.0"