blob: ab826b3b48e5b54770ab11dce3731763b6e74fed [file] [log] [blame]
{
"name": "CLVGoSDK",
"version": "3.1.7",
"summary": "Test Build",
"description": "Test 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": {
"Dev Team": "clovergodev@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/CloverGoSDK/CloverGoSDKv2.1.git",
"tag": "3.1.7"
},
"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"
}