[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / a / b / SBTUITestTunnel / 2.2.8 / SBTUITestTunnel.podspec.json
blob7df4c3efd3f4f1185226f38a9f81b00c06db1de8
2   "name": "SBTUITestTunnel",
3   "version": "2.2.8",
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": "2.2.8"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "frameworks": "UIKit",
20   "subspecs": [
21     {
22       "name": "Server",
23       "source_files": [
24         "Pod/Server/*.{h,m}",
25         "Pod/Common/*.{h,m}"
26       ],
27       "dependencies": {
28         "GCDWebServer": [
29           "~> 3.0"
30         ]
31       }
32     },
33     {
34       "name": "Client",
35       "frameworks": "XCTest",
36       "source_files": [
37         "Pod/Client/*.{h,m}",
38         "Pod/Common/*.{h,m}"
39       ]
40     },
41     {
42       "name": "Server_Framework",
43       "vendored_frameworks": [
44         "Frameworks/SBTUITestTunnel_Server_Framework.framework",
45         "Frameworks/GCDWebServer.framework"
46       ]
47     },
48     {
49       "name": "Client_Framework",
50       "frameworks": "XCTest",
51       "vendored_frameworks": "Frameworks/SBTUITestTunnel_Client_Framework.framework"
52     }
53   ]