blob: a97dfc877fd570d2f0c59b46401c9a558b6b4985 [file] [log] [blame]
{
"name": "SBTUITestTunnelHost",
"version": "0.1.5",
"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.1.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"frameworks": "XCTest",
"source_files": "SBTUITestTunnelHost/*.{h,m}"
}