[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / a / b / SBTUITestTunnel / 0.9.14 / SBTUITestTunnel.podspec.json
blobc5079ae5a76b4be929540d06de56cef2f5f972a7
2   "name": "SBTUITestTunnel",
3   "version": "0.9.14",
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 (via OHHTTPMock).",
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.14"
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   ]