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