[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 5 / b / SBTUITestTunnelServer / 6.4.0 / SBTUITestTunnelServer.podspec.json
blobbd71aaf95689d378a6cde5be2fb956126a2cc461
2   "name": "SBTUITestTunnelServer",
3   "version": "6.4.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": "6.4.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "swift_versions": "5.0",
19   "requires_arc": true,
20   "xcconfig": {
21     "OTHER_LDFLAGS": "-ObjC"
22   },
23   "pod_target_xcconfig": {
24     "prebuild_configuration": "debug"
25   },
26   "libraries": "z",
27   "source_files": "Pod/Server/**/*.{h,m,swift}",
28   "private_header_files": "Pod/Server/Private/*.h",
29   "dependencies": {
30     "SBTUITestTunnelCommon": [
32     ],
33     "GCDWebServer": [
34       "~> 3.0"
35     ]
36   },
37   "swift_version": "5.0"