[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / a / b / SBTUITestTunnel / 0.9.19 / SBTUITestTunnel.podspec.json
blob95b9a7835ce4ae1c4a0c16cb923fbaefdd7f9ffa
2   "name": "SBTUITestTunnel",
3   "version": "0.9.19",
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": "0.9.19"
14   },
15   "platforms": {
16     "ios": "8.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         "FXKeychain": [
33         ]
34       }
35     },
36     {
37       "name": "Client",
38       "frameworks": "XCTest",
39       "source_files": [
40         "Pod/Client/*.{h,m}",
41         "Pod/Common/*.{h,m}"
42       ]
43     }
44   ]