[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 5 / d / SBTUITestTunnelHost / 0.2.7 / SBTUITestTunnelHost.podspec.json
blobd2e22ad45b3e3e43f3cd5bee403de3a7312636cf
2   "name": "SBTUITestTunnelHost",
3   "version": "0.2.7",
4   "summary": "Execute commands on your testing mac host while using SBTUITestTunnel",
5   "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",
6   "homepage": "https://github.com/Subito-it/SBTUITestTunnelHost",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Tomas Camin": "tomas.camin@scmitaly.it"
10   },
11   "source": {
12     "git": "https://github.com/Subito-it/SBTUITestTunnelHost.git",
13     "tag": "0.2.7"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "frameworks": "XCTest",
20   "source_files": "SBTUITestTunnelHost/*.{h,m}",
21   "pod_target_xcconfig": {
22     "prebuild_configuration": "debug"
23   }