blob: 9795f9c3283342dd3eaf6b71133eb38c786992d9 [file] [log] [blame]
{
"name": "CloverGoSDK",
"version": "3.1.1",
"summary": "CloverGo SDK",
"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",
"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": "9.0"
},
"source": {
"git": "https://github.com/CloverGoSDK/CloverGoSDKv2.1.git",
"tag": "3.1.40"
},
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/CLVGoSDK",
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/CLVGoSDK",
"SWIFT_VERSION": "4.0"
},
"preserve_paths": [
"module.modulemap",
"G4XSwiper.framework",
"LandiSDK_BLE.framework",
"RUA_BLE.framework"
],
"module_map": "module.modulemap",
"frameworks": [
"Foundation",
"MediaPlayer",
"AVFoundation",
"AudioToolbox"
],
"libraries": "stdc++.6.0.9",
"dependencies": {
"Alamofire": [
"4.2"
],
"ObjectMapper": [
"3.0.0"
],
"RealmSwift": [
"2.10.0"
]
},
"vendored_frameworks": [
"clovergoclient.framework",
"CloverGoReaderSDK.framework",
"CloverGoLogger.framework"
],
"pushed_with_swift_version": "4.0"
}