[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / a / b / SBTUITestTunnel / 3.0.14 / SBTUITestTunnel.podspec.json
blobadff8fbbc426f60e43a1a57cbe1f2dc74e6d89b8
2   "name": "SBTUITestTunnel",
3   "version": "3.0.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.",
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.14"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "static_framework": false,
20   "xcconfig": {
21     "OTHER_LDFLAGS": "-ObjC"
22   },
23   "pod_target_xcconfig": {
24     "prebuild_configuration": "debug"
25   },
26   "subspecs": [
27     {
28       "name": "Server",
29       "source_files": [
30         "Pod/Server/*.{h,m}",
31         "Pod/Common/*.{h,m}"
32       ],
33       "dependencies": {
34         "GCDWebServer": [
35           "~> 3.0"
36         ]
37       }
38     },
39     {
40       "name": "Client",
41       "frameworks": "XCTest",
42       "source_files": [
43         "Pod/Client/*.{h,m}",
44         "Pod/Common/*.{h,m}"
45       ]
46     }
47   ]