blob: 5a203e501da113a89c607fd6b79a34542a6828fc [file] [log] [blame]
{
"name": "SBTUITestTunnelCommon",
"version": "5.0.2",
"summary": "Enable network mocks and more in UI Tests",
"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.",
"homepage": "https://github.com/Subito-it/SBTUITestTunnel",
"license": "Apache License, Version 2.0",
"authors": {
"Tomas Camin": "tomas.camin@adevinta.com"
},
"source": {
"git": "https://github.com/Subito-it/SBTUITestTunnel.git",
"tag": "5.0.2"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"pod_target_xcconfig": {
"prebuild_configuration": "debug"
},
"libraries": "z",
"source_files": "Pod/Common/**/*.{h,m}",
"private_header_files": "Pod/Common/Private/*.h"
}