[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 5 / a / b / SBTUITestTunnel / 5.0.2 / SBTUITestTunnel.podspec.json
blob7c1a2c5e78106cacf7b7ac3915a49448d1c26eda
2   "name": "SBTUITestTunnel",
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   "static_framework": true,
20   "xcconfig": {
21     "OTHER_LDFLAGS": "-ObjC"
22   },
23   "pod_target_xcconfig": {
24     "prebuild_configuration": "debug"
25   },
26   "libraries": "z",
27   "subspecs": [
28     {
29       "name": "Server",
30       "source_files": [
31         "Pod/Server/*.{h,m}",
32         "Pod/Common/*.{h,m}"
33       ],
34       "dependencies": {
35         "GCDWebServer": [
36           "~> 3.0"
37         ]
38       }
39     },
40     {
41       "name": "Client",
42       "frameworks": "XCTest",
43       "source_files": [
44         "Pod/Client/*.{h,m}",
45         "Pod/Common/*.{h,m}"
46       ]
47     },
48     {
49       "name": "Client_Debug",
50       "dependencies": {
51         "SBTUITestTunnel/Server": [
53         ]
54       },
55       "frameworks": "XCTest",
56       "source_files": [
57         "Pod/Client/*.{h,m}",
58         "Pod/Common/*.{h,m}"
59       ]
60     }
61   ]