[Add] BoreyAdSDK 1.0.7
[CocoaPods.git] / Specs / 5 / a / b / SBTUITestTunnel / 0.9.5 / SBTUITestTunnel.podspec.json
blob7940de204ee97c4e00a66196bff5f83bcfe9d328
2   "name": "SBTUITestTunnel",
3   "version": "0.9.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 (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.5"
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         "OHHTTPStubs": [
33         ],
34         "NSHash": [
35           "~> 1.0.2"
36         ],
37         "FXKeychain": [
39         ]
40       }
41     },
42     {
43       "name": "Client",
44       "frameworks": "XCTest",
45       "source_files": [
46         "Pod/Client/*.{h,m}",
47         "Pod/Common/*.{h,m}"
48       ]
49     }
50   ]