blob: 8443edff8016fc0d9c70b4899f4fd96ae303c4d1 [file] [log] [blame]
{
"name": "filter_audio",
"version": "0.4.0",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"summary": "WebRTC audio processing library",
"homepage": "https://www.pylon.com",
"authors": {
"Spokestack": "support@pylon.com"
},
"source": {
"git": "https://github.com/pylon/filter_audio.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "4.2",
"module_map": "module.modulemap",
"exclude_files": "test/*",
"source_files": "**/*.{h,c}",
"header_mappings_dir": "./",
"private_header_files": [
"aec/*.h",
"agc/*.h",
"ns/*.h",
"other/*.h",
"vad/*.hvad/mock/*.h",
"zam/*.h"
],
"public_header_files": [
"aec/include/*.h",
"aec/include/*.h",
"filter_audio.h",
"ns/include/*.h",
"vad/include/*.h"
],
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "${SRCROOT}/**"
},
"static_framework": true,
"swift_version": "4.2"
}