[Add] DittoReactNativeIOS 4.9.1
[CocoaPods.git] / Specs / 2 / 1 / b / ffmpegLib / 0.1.4 / ffmpegLib.podspec.json
blob1c752ac32a3fa47f278850bb283c6a762b9ef494
2   "name": "ffmpegLib",
3   "version": "0.1.4",
4   "summary": "A simplify iOS library of ffmpeg.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/feixian/ffmpegPackage",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hualaiTech": "zhangyifei@hualaikeji.com"
13   },
14   "source": {
15     "git": "https://github.com/feixian/ffmpegPackage.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "libraries": [
22     "bz2",
23     "c++",
24     "z",
25     "iconv"
26   ],
27   "vendored_libraries": "ffmpegLib/Classes/lib/*.{a}",
28   "public_header_files": "ffmpegLib/Classes/include/*.{h}",
29   "frameworks": [
30     "UIKit",
31     "AudioToolBox",
32     "CoreImage",
33     "CoreMedia",
34     "VideoToolBox",
35     "AVFoundation"
36   ],
37   "subspecs": [
38     {
39       "name": "libavcodec",
40       "source_files": "ffmpegLib/Classes/include/libavcodec/*.{h}"
41     },
42     {
43       "name": "libavdevice",
44       "source_files": "ffmpegLib/Classes/include/libavdevice/*.{h}"
45     },
46     {
47       "name": "libavfilter",
48       "source_files": "ffmpegLib/Classes/include/libavfilter/*.{h}"
49     },
50     {
51       "name": "libavformat",
52       "source_files": "ffmpegLib/Classes/include/libavformat/*.{h}"
53     },
54     {
55       "name": "libavutil",
56       "source_files": "ffmpegLib/Classes/include/libavutil/*.{h}"
57     },
58     {
59       "name": "libswresample",
60       "source_files": "ffmpegLib/Classes/include/libswresample/*.{h}"
61     },
62     {
63       "name": "libswscale",
64       "source_files": "ffmpegLib/Classes/include/libswscale/*.{h}"
65     }
66   ]