[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 8 / 9 / 6 / CloverGoSDK / 2.1.7.6 / CloverGoSDK.podspec.json
blobca1863c9caf6e630edc12d21dbec4b04a562cf72
2   "name": "CloverGoSDK",
3   "version": "2.1.7.6",
4   "summary": "CloverGo SDK",
5   "description": "Clover Go SDK provides an interface to connect to CloverGo readers (RP350, RP450) and process payments by Swipe, EMV and Tap",
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": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/CloverGoSDK/CloverGoSDKv2.1.git",
19     "tag": "2.1.7.6"
20   },
21   "pod_target_xcconfig": {
22     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/CloverGoSDK"
23   },
24   "preserve_paths": [
25     "module.modulemap",
26     "G4XSwiper.framework",
27     "RPx_BLE.framework",
28     "RUA_BLE.framework"
29   ],
30   "module_map": "module.modulemap",
31   "frameworks": [
32     "Foundation",
33     "MediaPlayer"
34   ],
35   "libraries": "stdc++.6.0.9",
36   "dependencies": {
37     "Alamofire": [
38       "3.5.1"
39     ],
40     "ObjectMapper": [
41       "1.5.0"
42     ]
43   },
44   "ios": {
45     "vendored_frameworks": [
46       "clovergoclient.framework",
47       "CloverGoReaderSDK.framework"
48     ]
49   },
50   "pushed_with_swift_version": "2.3"