[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / a / b / SBTUITestTunnel / 3.0.10 / SBTUITestTunnel.podspec.json
blobe68a9a52c7f856ac95d26f890562630a2315d71a
2   "name": "SBTUITestTunnel",
3   "version": "3.0.10",
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.10"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "static_framework": true,
20   "xcconfig": {
21     "OTHER_LDFLAGS": "-ObjC"
22   },
23   "subspecs": [
24     {
25       "name": "Server",
26       "source_files": [
27         "Pod/Server/*.{h,m}",
28         "Pod/Common/*.{h,m}"
29       ],
30       "dependencies": {
31         "GCDWebServer": [
32           "~> 3.0"
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   ]