[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 9 / c / 6 / SBTUITestTunnelClient / 5.0.2 / SBTUITestTunnelClient.podspec.json
blob699ef00153fca520d8cf76b8236811a8a5db36e8
2   "name": "SBTUITestTunnelClient",
3   "version": "5.0.2",
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.2"
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   "frameworks": "XCTest",
27   "source_files": "Pod/Client/**/*.{h,m}",
28   "private_header_files": "Pod/Client/Private/*.h",
29   "dependencies": {
30     "SBTUITestTunnelCommon": [
32     ]
33   },
34   "subspecs": [
35     {
36       "name": "Connectionless",
37       "source_files": "Pod/Client/**/*.{h,m}",
38       "private_header_files": "Pod/Client/Private/*.h",
39       "dependencies": {
40         "SBTUITestTunnelServer": [
42         ]
43       }
44     }
45   ]