[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / c / 0 / 1 / SBTUITestTunnelCommon / 8.0.0 / SBTUITestTunnelCommon.podspec.json
bloba96704c242a6b546ea3434ce47f3cd929165f20d
2   "name": "SBTUITestTunnelCommon",
3   "version": "8.0.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": "8.0.0"
14   },
15   "platforms": {
16     "ios": "10.0",
17     "tvos": "9.0"
18   },
19   "swift_versions": "5.0",
20   "xcconfig": {
21     "OTHER_LDFLAGS": "-ObjC"
22   },
23   "pod_target_xcconfig": {
24     "prebuild_configuration": "debug"
25   },
26   "libraries": "z",
27   "static_framework": true,
28   "source_files": [
29     "Sources/SBTUITestTunnelCommon/**/*.{h,m}",
30     "Sources/SBTUITestTunnelCommonSwift/**/*.{swift}"
31   ],
32   "requires_arc": [
33     "Sources/SBTUITestTunnelCommon/*.{m}",
34     "Sources/SBTUITestTunnelCommon/DetoxIPC/*.{m}",
35     "Sources/SBTUITestTunnelCommon/DetoxIPC/Apple/**/*.{m}",
36     "Sources/SBTUITestTunnelCommon/DetoxIPC/DTXObjectiveCHelpers/**/*.{m}"
37   ],
38   "swift_version": "5.0"