[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 7 / 8 / GoConnector / 3.3.1 / GoConnector.podspec.json
blob75498ff0ac086aa1fbcce6344b517efae371d9bd
2   "name": "GoConnector",
3   "version": "3.3.1",
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.1"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "4.2"
20   },
21   "platforms": {
22     "ios": "9.0"
23   },
24   "source_files": "CloverConnector/Classes/**/*.swift",
25   "xcconfig": {
26     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/CloverGoSDK"
27   },
28   "frameworks": "Foundation",
29   "dependencies": {
30     "ObjectMapper": [
31       "3.3.0"
32     ],
33     "Starscream": [
34       "2.1.1"
35     ],
36     "SwiftyJSON": [
37       "3.1.4"
38     ],
39     "CloverGoSDK": [
40       "3.3.1"
41     ]
42   }