| { |
| "name": "MixboxIpc", |
| "module_name": "MixboxIpc", |
| "version": "0.2.0", |
| "summary": "MixboxIpc", |
| "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", |
| "osx": "10.13" |
| }, |
| "swift_versions": "4.0", |
| "requires_arc": true, |
| "source_files": "Frameworks/Ipc/**/*.{swift,h,m,md}", |
| "dependencies": { |
| "MixboxFoundation": [ |
| |
| ] |
| }, |
| "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" |
| } |