[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 5 / a / b / SBTUITestTunnel / 3.3.3 / SBTUITestTunnel.podspec.json
bloba99c915a22063ef62374d65d0a4c10629ec20b9d
2   "name": "SBTUITestTunnel",
3   "version": "3.3.3",
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@scmitaly.it"
10   },
11   "source": {
12     "git": "https://github.com/Subito-it/SBTUITestTunnel.git",
13     "tag": "3.3.3"
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   ]