2 "name": "SBTUITestTunnel",
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@scmitaly.it"
12 "git": "https://github.com/Subito-it/SBTUITestTunnel.git",
19 "module_name": "SBTUITestTunnel",
20 "frameworks": "UIKit",
36 "frameworks": "XCTest",
43 "name": "Server_Framework",
44 "vendored_frameworks": [
45 "Frameworks/SBTUITestTunnel_Server_Framework.framework",
46 "Frameworks/GCDWebServer.framework"
50 "name": "Client_Framework",
51 "frameworks": "XCTest",
52 "vendored_frameworks": "Frameworks/SBTUITestTunnel_Client_Framework.framework"