blob: 6ea535a5adad3ca802e0b2befc1460e01180502c [file] [log] [blame]
{
"name": "CLVGoSDK",
"version": "3.3.12",
"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": "10.0"
},
"source": {
"git": "https://github.com/CloverGoSDK/CloverGoSDKv2.1.git",
"tag": "3.3.12"
},
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/CLVGoSDK",
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/CLVGoSDK",
"SWIFT_VERSION": "5.0"
},
"preserve_paths": [
"G4XSwiper.framework",
"LandiSDK_BLE.framework",
"RUA_BLE.framework"
],
"module_map": "module.modulemap",
"swift_versions": "5.0",
"frameworks": [
"Foundation",
"MediaPlayer",
"AVFoundation",
"AudioToolbox"
],
"dependencies": {
"Alamofire": [
"5.0.0-beta.6"
],
"ObjectMapper": [
"3.3"
],
"RealmSwift": [
"3.20.0"
]
},
"vendored_frameworks": [
"clovergoclient.framework",
"CloverGoReaderSDK.framework",
"CloverGoLogger.framework"
],
"swift_version": "5.0"
}