blob: 234c3f07a5acadebb5b843f3ad2747c07be0205c [file] [log] [blame]
{
"name": "MixboxXcuiDriver",
"module_name": "MixboxXcuiDriver",
"version": "0.2.3",
"summary": "MixboxXcuiDriver",
"homepage": "https://github.com/avito-tech/Mixbox",
"license": "MIT",
"authors": {
"Hive of coders from Avito": "avito.ru"
},
"source": {
"git": "https://github.com/avito-tech/Mixbox.git",
"tag": "Mixbox-0.2.3"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.0",
"requires_arc": true,
"source_files": "Frameworks/XcuiDriver/**/*.{swift,h,m,md}",
"dependencies": {
"MixboxUiTestsFoundation": [
],
"MixboxIpcSbtuiClient": [
]
},
"frameworks": [
"XCTest",
"XCTAutomationSupport"
],
"xcconfig": {
"LD_RUNPATH_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\" \"$(PLATFORM_DIR)/Developer/Library/PrivateFrameworks\"",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\" \"$(PLATFORM_DIR)/Developer/Library/PrivateFrameworks\""
},
"swift_version": "4.0"
}