[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 3 / c / EMVoiceConvert / 0.0.8 / EMVoiceConvert.podspec.json
blob45483625b21ae4e82f7ec8a18dcb70b0c122f40c
2   "name": "EMVoiceConvert",
3   "version": "0.0.8",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "license": "MIT",
8   "summary": "convert wav to amr",
9   "description": "TODO: Add long description of the pod here.",
10   "homepage": "https://github.com/dujiepeng/VoiceConvert",
11   "authors": {
12     "dujiepeng": "347302029@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/dujiepeng/VoiceConvert.git",
16     "tag": "0.0.8"
17   },
18   "public_header_files": "EMVoiceConvert/**/*.h",
19   "vendored_libraries": [
20     "libopencore-amrnb.a",
21     "libopencore-amrwb.a"
22   ],
23   "libraries": "stdc++",
24   "xcconfig": {
25     "OTHER_LDFLAGS": "-all_load"
26   }