[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 9 / 6 / CloverGoSDK / 3.3.1 / CloverGoSDK.podspec.json
blobd5566e2882ba08711795e4f7430a0afba73459c0
2   "name": "CloverGoSDK",
3   "version": "3.3.1",
4   "summary": "CloverGo SDK",
5   "description": "CloverGo SDK provides an interface to connect to CloverGo readers (RP350, RP450) and process payments by Swipe, EMV, Tap and manual keyed in transactions",
6   "homepage": "https://github.com/CloverGoSDK/CloverGoSDKv2.1.git",
7   "license": {
8     "type": "Apache License 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "CloverGo Dev Team": "clovergodev@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/CloverGoSDK/CloverGoSDKv2.1.git",
19     "tag": "3.3.1"
20   },
21   "pod_target_xcconfig": {
22     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/CloverGoSDK",
23     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/CloverGoSDK",
24     "SWIFT_VERSION": "4.2"
25   },
26   "preserve_paths": [
27     "G4XSwiper.framework",
28     "LandiSDK_BLE.framework",
29     "RUA_BLE.framework"
30   ],
31   "frameworks": [
32     "Foundation",
33     "MediaPlayer",
34     "AVFoundation",
35     "AudioToolbox"
36   ],
37   "libraries": "stdc++.6.0.9",
38   "dependencies": {
39     "Alamofire": [
40       "4.7"
41     ],
42     "ObjectMapper": [
43       "3.3.0"
44     ],
45     "RealmSwift": [
46       "3.10.0"
47     ]
48   },
49   "vendored_frameworks": [
50     "clovergoclient.framework",
51     "CloverGoReaderSDK.framework",
52     "CloverGoLogger.framework"
53   ]