blob: 43c28afcc46b6e9fca587afd52cec7546104e832 [file] [log] [blame]
{
"name": "CloverGoSDK",
"version": "2.1.7.2",
"summary": "CloverGo SDK",
"description": "Clover Go SDK provides an interface to connect to CloverGo readers (RP350, RP450) and process payments by Swipe, EMV and Tap",
"homepage": "https://github.com/CloverGoSDK/CloverGoSDKv2.1.git",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"CloverGo Dev Team": "clovergodev@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CloverGoSDK/CloverGoSDKv2.1.git",
"tag": "2.1.7.2"
},
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/CloverGoSDK"
},
"preserve_paths": [
"module.modulemap",
"G4XSwiper.framework",
"RPx_BLE.framework",
"RUA_BLE.framework"
],
"module_map": "module.modulemap",
"frameworks": [
"Foundation",
"MediaPlayer"
],
"libraries": "stdc++.6.0.9",
"dependencies": {
"Alamofire": [
"3.5.1"
],
"ObjectMapper": [
"1.5.0"
]
},
"ios": {
"vendored_frameworks": [
"clovergoclient.framework",
"CloverGoReaderSDK.framework"
]
},
"pushed_with_swift_version": "2.3"
}