blob: 5625ce15210cc4f3f092dabdc2aea9ae2787685c [file] [log] [blame]
{
"name": "SBTUITestTunnelHost",
"version": "0.2.3",
"summary": "Execute commands on your testing mac host while using SBTUITestTunnel",
"description": "Extend SBTUITestTunnel adding a tunnel between your test target and host mac running tests. This allows to launch terminal commands on your testing mac during test execution",
"homepage": "https://github.com/Subito-it/SBTUITestTunnelHost",
"license": "Apache License, Version 2.0",
"authors": {
"Tomas Camin": "tomas.camin@scmitaly.it"
},
"source": {
"git": "https://github.com/Subito-it/SBTUITestTunnelHost.git",
"tag": "0.2.3"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": "XCTest",
"source_files": "SBTUITestTunnelHost/*.{h,m}"
}