[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 1 / 0 / 2 / CYFFmpeg / 0.0.4 / CYFFmpeg.podspec.json
blobdb82fa5b50ab9525e090e565021d838933941a6f
2   "name": "CYFFmpeg",
3   "version": "0.0.4",
4   "summary": "CYFFmpeg, a framework for ffmpeg, include x264, fdk-aac, smbclient, and cmdutils for ffmpeg.",
5   "description": "CYFFmpeg\na framework for ffmpeg,\ninclude x264, fdk-aac, smbclient, and cmdutils for ffmpeg.",
6   "homepage": "https://github.com/yellowei/CYFFmpeg",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yellowei": "me@yellowei.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/yellowei/CYFFmpeg.git",
19     "tag": "0.0.4"
20   },
21   "source_files": "CYFFmpeg.framework/Headers/**/*.{h}",
22   "vendored_frameworks": "CYFFmpeg.framework",
23   "public_header_files": "CYFFmpeg.framework/Headers/CYFFmpeg.h",
24   "frameworks": [
25     "VideoToolbox",
26     "AudioToolbox",
27     "OpenAL",
28     "Foundation",
29     "OpenGLES",
30     "QuartzCore",
31     "CoreAudio",
32     "CoreGraphics",
33     "CoreMedia",
34     "AVFoundation",
35     "CoreVideo"
36   ],
37   "libraries": [
38     "iconv",
39     "resolv",
40     "bz2",
41     "z"
42   ]