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