[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 0 / 1 / SBTUITestTunnelCommon / 5.4.0 / SBTUITestTunnelCommon.podspec.json
blob87b1f362a80c7b75473c800db28b6247f7e19907
2   "name": "SBTUITestTunnelCommon",
3   "version": "5.4.0",
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@adevinta.com"
10   },
11   "source": {
12     "git": "https://github.com/Subito-it/SBTUITestTunnel.git",
13     "tag": "5.4.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "xcconfig": {
20     "OTHER_LDFLAGS": "-ObjC"
21   },
22   "pod_target_xcconfig": {
23     "prebuild_configuration": "debug"
24   },
25   "libraries": "z",
26   "source_files": "Pod/Common/**/*.{h,m}",
27   "private_header_files": "Pod/Common/Private/*.h"