[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 8 / 4 / 3 / CMAuidoSession_PCM / 1.0.0 / CMAuidoSession_PCM.podspec.json
blob89ed0a20a4bea85dfc84b53ced1cbce993c4d73e
2   "name": "CMAuidoSession_PCM",
3   "version": "1.0.0",
4   "summary": "基于AudioUnit音频采集PCM数据流,添加WebRTC降噪模块提供降噪.",
5   "description": "基于AudioUnit音频采集PCM数据流,添加WebRTC降噪模块提供降噪",
6   "homepage": "https://github.com/ColdMountain/CMAuidoSession_PCM",
7   "license": "MIT",
8   "authors": {
9     "MenelausZonda": "gomh520@163.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/ColdMountain/CMAuidoSession_PCM.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "CMAudioSession_PCM.h",
20     "CMAudioSession_PCM.m",
21     "noise_suppression.h",
22     "noise_suppression.c"
23   ],
24   "frameworks": [
25     "Foundation",
26     "AudioToolbox",
27     "AVFoundation"
28   ]