blob: 806e7bc84b0235584ba3c95c640f76cadc0fd79f [file] [log] [blame]
{
"name": "MixboxUiTestsFoundation",
"module_name": "MixboxUiTestsFoundation",
"version": "0.0.2",
"summary": "MixboxUiTestsFoundation",
"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.0.2"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"requires_arc": true,
"source_files": "Frameworks/UiTestsFoundation/**/*.{swift,h,m,md}",
"dependencies": {
"MixboxTestsFoundation": [
],
"MixboxReporting": [
],
"MixboxUiKit": [
],
"CocoaImageHashing": [
],
"MixboxIpcCommon": [
]
},
"frameworks": "XCTest",
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
}
}