[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / a / 5 / d / SBTUITestTunnelHost / 0.3.0 / SBTUITestTunnelHost.podspec.json
blobf70af6ddbba850edfdacbbcb86f99476d0de5412
2   "name": "SBTUITestTunnelHost",
3   "version": "0.3.0",
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.3.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "frameworks": "XCTest",
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "SBTUITestTunnelHost/*.{h,m}",
25       "pod_target_xcconfig": {
26         "prebuild_configuration": "debug"
27       }
28     }
29   ]