blob: 4b4f34bf503f40193a5e8017da7b8e2919bf023b [file] [log] [blame]
{
"name": "MixboxTestsFoundation",
"module_name": "MixboxTestsFoundation",
"version": "0.0.1",
"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.0.1"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"requires_arc": true,
"source_files": "Frameworks/TestsFoundation/**/*.{swift,h,m}",
"frameworks": "XCTest",
"dependencies": {
"MixboxArtifacts": [
],
"MixboxFoundation": [
],
"SQLite.swift": [
]
},
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PLATFORM_DIR)/Developer/Library/Frameworks"
}
}