blob: d1c5e77a4b10564e2aea7f075781da626e804a38 [file] [log] [blame]
{
"name": "MixboxIpcCommon",
"module_name": "MixboxIpcCommon",
"version": "0.2.0",
"summary": "MixboxIpcCommon",
"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.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.0",
"requires_arc": true,
"source_files": "Frameworks/IpcCommon/**/*.{swift,h,m,md}",
"dependencies": {
"MixboxIpc": [
]
},
"xcconfig": {
"OTHER_SWIFT_FLAGS": "$(inherited) -D MIXBOX_CI_IS_LINTING_PODSPECS -D MIXBOX_ENABLE_IN_APP_SERVICES",
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) MIXBOX_CI_IS_LINTING_PODSPECS=1 MIXBOX_ENABLE_IN_APP_SERVICES=1"
},
"swift_version": "4.0"
}