[Add] AnyThinkBigoSDKAdapter 6.4.27
[CocoaPods.git] / Specs / 6 / e / d / MWVoiceConverter / 1.0.1 / MWVoiceConverter.podspec.json
blobd172d6df3d3a1267173f64d2a9dc4e9244d3852f
2   "name": "MWVoiceConverter",
3   "version": "1.0.1",
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.1"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "pod_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
22     "OTHER_LDFLAGS": "-lObjC"
23   },
24   "subspecs": [
25     {
26       "name": "LibCover",
27       "source_files": "MWVoiceConverter/LibCover/converter/*.{h,m,mm,c}",
28       "vendored_libraries": [
29         "MWVoiceConverter/LibCover/lib/libopencore-amrnb.a",
30         "MWVoiceConverter/LibCover/lib/libopencore-amrwb.a",
31         "MWVoiceConverter/LibCover/lib/libvo-amrwbenc.a"
32       ],
33       "libraries": [
34         "c++",
35         "sqlite3",
36         "stdc++",
37         "z"
38       ],
39       "frameworks": [
40         "AVFoundation",
41         "AudioToolbox",
42         "Foundation"
43       ]
44     }
45   ]