blob: 6ae51333863ef160d5ec8c0c68349456b063ef93 [file] [log] [blame]
{
"name": "MixboxInAppServices",
"module_name": "MixboxInAppServices",
"version": "0.0.2",
"summary": "MixboxInAppServices",
"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/InAppServices/**/*.{swift,h,m,md}",
"dependencies": {
"MixboxIpcCommon": [
],
"MixboxTestability": [
],
"MixboxIpcSbtuiHost": [
],
"MixboxUiKit": [
],
"MixboxBuiltinIpc": [
]
},
"frameworks": [
"IOKit",
"UIKit"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
}
}