[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / a / b / SBTUITestTunnel / 3.0.5 / SBTUITestTunnel.podspec.json
blob23a86b5db306101662a6ca152cb2caac7cc44648
2   "name": "SBTUITestTunnel",
3   "version": "3.0.5",
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.0.5"
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   ]