blob: d2e22ad45b3e3e43f3cd5bee403de3a7312636cf [file] [log] [blame]
{
"name": "SBTUITestTunnelHost",
"version": "0.2.7",
"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.7"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": "XCTest",
"source_files": "SBTUITestTunnelHost/*.{h,m}",
"pod_target_xcconfig": {
"prebuild_configuration": "debug"
}
}