[Add] MapboxCommon 24.10.0-daily-2025-02-03-04-26
[CocoaPods.git] / Specs / 6 / e / d / MWVoiceConverter / 1.0.3 / MWVoiceConverter.podspec.json
blob3f7ae2a23a53f526a14403d595c4a48df6360563
2   "name": "MWVoiceConverter",
3   "version": "1.0.3",
4   "summary": "默往 语音转化 wav < - > amr",
5   "homepage": "http://182.92.161.213/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://182.92.161.213/ios/module_oc/MWVoiceConverter.git",
15     "tag": "1.0.3"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "pod_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
22     "OTHER_LDFLAGS": "-lObjC"
23   },
24   "user_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "subspecs": [
28     {
29       "name": "LibCover",
30       "source_files": "MWVoiceConverter/LibCover/converter/*.{h,m,mm,c}",
31       "vendored_libraries": [
32         "MWVoiceConverter/LibCover/lib/libopencore-amrnb.a",
33         "MWVoiceConverter/LibCover/lib/libopencore-amrwb.a",
34         "MWVoiceConverter/LibCover/lib/libvo-amrwbenc.a"
35       ],
36       "libraries": [
37         "c++",
38         "sqlite3",
39         "stdc++",
40         "z"
41       ],
42       "frameworks": [
43         "AVFoundation",
44         "AudioToolbox",
45         "Foundation"
46       ]
47     }
48   ]