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 "frameworks": "UIKit",
35 "frameworks": "XCTest",
42 "name": "Server_Framework",
43 "vendored_frameworks": [
44 "Frameworks/SBTUITestTunnel_Server_Framework.framework",
45 "Frameworks/GCDWebServer.framework"
49 "name": "Client_Framework",
50 "frameworks": "XCTest",
51 "vendored_frameworks": "Frameworks/SBTUITestTunnel_Client_Framework.framework"