[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / e / 0 / f / MKFFmpeg / 0.0.1 / MKFFmpeg.podspec.json
blob32a7cd187e94943e9c78fd707bb1136adebd6763
2   "name": "MKFFmpeg",
3   "version": "0.0.1",
4   "summary": "FFmpeg static libraries compiled for iOS",
5   "homepage": "https://gitee.com/duanshaoxiong/FFmpeg",
6   "license": {
7     "type": "LGPL",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Chris Ballinger": "chris@chatsecure.org"
12   },
13   "requires_arc": true,
14   "platforms": {
15     "ios": "13.0"
16   },
17   "source": {
18     "git": "https://gitee.com/duanshaoxiong/FFmpeg.git",
19     "tag": "0.0.1",
20     "submodules": true
21   },
22   "swift_versions": "5.0",
23   "source_files": [
24     "ffmpeg-ios-static-libs/include/**/*.h"
25   ],
26   "public_header_files": [
27     "ffmpeg-ios-static-libs/include/**/*.h"
28   ],
29   "header_mappings_dir": "ffmpeg-ios-static-libs/include",
30   "vendored_libraries": [
31     "ffmpeg-ios-static-libs/lib/*.a"
32   ],
33   "libraries": [
34     "avcodec",
35     "avfilter",
36     "avformat",
37     "avutil",
38     "swresample",
39     "swscale",
40     "iconv",
41     "z",
42     "bz2"
43   ],
44   "frameworks": [
45     "CoreMedia",
46     "VideoToolBox",
47     "AudioToolBox"
48   ],
49   "swift_version": "5.0"