[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 9 / 6 / CloverGoSDK / 2.1.6 / CloverGoSDK.podspec.json
blob387673aff59e80e63c3bf0583ee1b4df9fc20917
2   "name": "CloverGoSDK",
3   "version": "2.1.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.6"
20   },
21   "pod_target_xcconfig": {
22     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/CloverGoSDK"
23   },
24   "user_target_xcconfig": {
25     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/CloverGoSDK"
26   },
27   "preserve_paths": [
28     "module.modulemap",
29     "G4XSwiper.framework",
30     "RPx_BLE.framework",
31     "RUA_BLE.framework"
32   ],
33   "module_map": "module.modulemap",
34   "frameworks": [
35     "Foundation",
36     "MediaPlayer"
37   ],
38   "libraries": "stdc++.6.0.9",
39   "dependencies": {
40     "Alamofire": [
41       "3.5.1"
42     ],
43     "ObjectMapper": [
44       "1.5.0"
45     ]
46   },
47   "ios": {
48     "vendored_frameworks": [
49       "clovergoclient.framework",
50       "CloverGoReaderSDK.framework"
51     ]
52   },
53   "pushed_with_swift_version": "2.3"