2 "name": "SBTUITestTunnelClient",
4 "summary": "Enable network mocks and more in UI Tests",
5 "description": "Use this library to easily setup an HTTP tunnel between our UI Tests cases and the app under test.\nThe tunnel allows to inject data in order to enabale network mocking.",
6 "homepage": "https://github.com/Subito-it/SBTUITestTunnel",
7 "license": "Apache License, Version 2.0",
9 "Tomas Camin": "tomas.camin@adevinta.com"
12 "git": "https://github.com/Subito-it/SBTUITestTunnel.git",
20 "OTHER_LDFLAGS": "-ObjC"
22 "pod_target_xcconfig": {
23 "prebuild_configuration": "debug"
26 "frameworks": "XCTest",
27 "source_files": "Pod/Client/**/*.{h,m}",
28 "private_header_files": "Pod/Client/Private/*.h",
30 "SBTUITestTunnelCommon": [
36 "name": "Connectionless",
37 "source_files": "Pod/Client/**/*.{h,m}",
38 "private_header_files": "Pod/Client/Private/*.h",
40 "SBTUITestTunnelServer": [