| { |
| "name": "filter_audio", |
| "version": "0.1.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.1" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "swift_versions": "4.2", |
| "exclude_files": "test/*", |
| "source_files": "**/*.{h,c}", |
| "public_header_files": "**/*.h", |
| "pod_target_xcconfig": { |
| "HEADER_SEARCH_PATHS": "${SRCROOT}/**" |
| }, |
| "static_framework": true, |
| "swift_version": "4.2" |
| } |