blob: 7f138ee0fd4273184039b7be3513e94b47a6291b [file] [log] [blame]
{
"name": "filter_audio",
"version": "0.1",
"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.1"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "4.2",
"exclude_files": "test/*",
"source_files": "**/*.{h,c}",
"preserve_paths": "module.modulemap",
"public_header_files": [
"vad/vad_core.h",
"vad/include/webrtc_vad.h"
],
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "${SRCROOT}/**"
},
"static_framework": true,
"swift_version": "4.2"
}