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