[Add] FronteggSwift 1.2.29
[CocoaPods.git] / Specs / 6 / e / d / MWVoiceConverter / 1.0.0 / MWVoiceConverter.podspec.json
blob33ad5c08d8634d84c7fc75b1e56d156e84469e8b
2   "name": "MWVoiceConverter",
3   "version": "1.0.0",
4   "summary": "默往 语音转化 wav < - > amr",
5   "homepage": "http://192.168.199.108/ios/module_oc/MWVoiceConverter",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "xu": "252697349.qq.com"
12   },
13   "source": {
14     "git": "http://192.168.199.108/ios/module_oc/MWVoiceConverter.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "pod_target_xcconfig": {
21     "VALID_ARCHS": "x86_64 arm64"
22   },
23   "subspecs": [
24     {
25       "name": "LibCover",
26       "source_files": "MWVoiceConverter/LibCover/converter/*.{h,m,mm,c}",
27       "vendored_libraries": [
28         "MWVoiceConverter/LibCover/lib/libopencore-amrnb.a",
29         "MWVoiceConverter/LibCover/lib/libopencore-amrwb.a",
30         "MWVoiceConverter/LibCover/lib/libvo-amrwbenc.a"
31       ],
32       "libraries": [
33         "c++",
34         "sqlite3",
35         "stdc++",
36         "z"
37       ],
38       "frameworks": [
39         "AVFoundation",
40         "AudioToolbox",
41         "Foundation"
42       ]
43     }
44   ]