[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 2 / 3 / c / EMVoiceConvert / 0.1.0 / EMVoiceConvert.podspec.json
blobe22e4ba890c5b96dba67ec737bb1c7b03a30a06f
2   "name": "EMVoiceConvert",
3   "version": "0.1.0",
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.1.0"
17   },
18   "source_files": "EMVoiceConvert/**/*.{h,m}",
19   "public_header_files": "EMVoiceConvert/**/*.h",
20   "vendored_libraries": [
21     "libopencore-amrnb.a",
22     "libopencore-amrwb.a"
23   ],
24   "libraries": "stdc++",
25   "xcconfig": {
26     "OTHER_LDFLAGS": "-ObjC"
27   }