[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 5 / b / SBTUITestTunnelServer / 10.0.0 / SBTUITestTunnelServer.podspec.json
blob92e5b85cdb6e952cdf129767956169231c70cd08
2   "name": "SBTUITestTunnelServer",
3   "version": "10.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": "10.0.0"
14   },
15   "platforms": {
16     "ios": "12.0",
17     "tvos": "12.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   },
27   "libraries": "z",
28   "frameworks": [
29     "CoreServices",
30     "CFNetwork"
31   ],
32   "static_framework": true,
33   "source_files": "Sources/SBTUITestTunnelServer/**/*.{h,m}",
34   "private_header_files": "Sources/SBTUITestTunnelServer/GCDWebServer/Core/SBTWebServerPrivate.h",
35   "dependencies": {
36     "SBTUITestTunnelCommon": [
37       "10.0.0"
38     ]
39   },
40   "swift_version": "5.0"