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