blob: a5c50b8c1179e975bdbc96ec7dc7d39258276e3d [file] [log] [blame]
{
"name": "MixboxTestsFoundation",
"module_name": "MixboxTestsFoundation",
"version": "0.2.3",
"summary": "MixboxTestsFoundation",
"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/TestsFoundation/**/*.{swift,h,m,md,sh}",
"frameworks": [
"XCTest",
"XCTAutomationSupport"
],
"dependencies": {
"MixboxArtifacts": [
],
"MixboxFoundation": [
],
"MixboxReporting": [
],
"MixboxUiKit": [
],
"SQLite.swift": [
]
},
"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"
}