[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / b / 8 / MKOpenssl / 0.0.1 / MKOpenssl.podspec.json
blobe02ef956a5e32bc8aedb65bcf6100f167d325c73
2   "name": "MKOpenssl",
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     "openssl/include/**/*.h"
25   ],
26   "public_header_files": [
27     "openssl/include/**/*.h"
28   ],
29   "header_mappings_dir": "openssl/include",
30   "vendored_libraries": "openssl/lib/*.a",
31   "libraries": [
32     "avcodec",
33     "avfilter",
34     "avformat",
35     "avutil",
36     "swresample",
37     "swscale",
38     "iconv",
39     "z",
40     "bz2"
41   ],
42   "frameworks": [
43     "CoreMedia",
44     "VideoToolBox",
45     "AudioToolBox"
46   ],
47   "swift_version": "5.0"