[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 9 / c / 6 / SBTUITestTunnelClient / 9.0.0 / SBTUITestTunnelClient.podspec.json
blob83a1aaca077118230ce899d75b8990f0369a6947
2   "name": "SBTUITestTunnelClient",
3   "version": "9.0.0",
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",
8   "authors": {
9     "Tomas Camin": "tomas.camin@adevinta.com"
10   },
11   "source": {
12     "git": "https://github.com/Subito-it/SBTUITestTunnel.git",
13     "tag": "9.0.0"
14   },
15   "platforms": {
16     "ios": "11.0",
17     "tvos": "11.0"
18   },
19   "swift_versions": "5.0",
20   "requires_arc": true,
21   "xcconfig": {
22     "OTHER_LDFLAGS": "-ObjC"
23   },
24   "pod_target_xcconfig": {
25     "prebuild_configuration": "debug",
26     "ENABLE_BITCODE": "NO"
27   },
28   "libraries": "z",
29   "static_framework": true,
30   "frameworks": "XCTest",
31   "source_files": "Sources/SBTUITestTunnelClient/**/*.{h,m}",
32   "dependencies": {
33     "SBTUITestTunnelCommon": [
34       "9.0.0"
35     ]
36   },
37   "swift_version": "5.0"