| { |
| "name": "filter_audio", |
| "version": "0.2.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.2.0" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "swift_versions": "4.2", |
| "module_map": "module.modulemap", |
| "exclude_files": "test/*", |
| "source_files": "**/*.{h,c}", |
| "header_mappings_dir": "./", |
| "public_header_files": [ |
| "vad/vad_core.h", |
| "vad/include/webrtc_vad.h" |
| ], |
| "private_header_files": "**/*.h", |
| "pod_target_xcconfig": { |
| "HEADER_SEARCH_PATHS": "${SRCROOT}/**" |
| }, |
| "static_framework": true, |
| "swift_version": "4.2" |
| } |