[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / a / b / SBTUITestTunnel / 3.1.2 / SBTUITestTunnel.podspec.json
blob0fc50c501d739aa2dc9d3dc6146d0885cdb78388
2   "name": "SBTUITestTunnel",
3   "version": "3.1.2",
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.1.2"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "static_framework": true,
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   ]