[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / c / 6 / 8 / FFmpeg / 2.2 / FFmpeg.podspec.json
blob9b58435b4f64ff9fdcb15c917755750529a106d4
2   "name": "FFmpeg",
3   "version": "2.2",
4   "summary": "FFmpeg static libraries compiled for iOS",
5   "homepage": "https://github.com/chrisballinger/FFmpeg-iOS",
6   "license": {
7     "type": "LGPLv2.1+",
8     "file": "COPYING.LGPLv2.1"
9   },
10   "authors": {
11     "Chris Ballinger": "chris@chatsecure.org"
12   },
13   "requires_arc": false,
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/chrisballinger/FFmpeg-iOS.git",
19     "tag": "2.2",
20     "submodules": true
21   },
22   "default_subspecs": [
23     "precompiled"
24   ],
25   "subspecs": [
26     {
27       "name": "precompiled",
28       "source_files": "ffmpeg-ios-static-libs/include/**/*.h",
29       "public_header_files": "ffmpeg-ios-static-libs/include/**/*.h",
30       "header_mappings_dir": "ffmpeg-ios-static-libs/include",
31       "vendored_libraries": "ffmpeg-ios-static-libs/lib/*.a",
32       "libraries": [
33         "ssl",
34         "crypto",
35         "rtmp",
36         "avcodec",
37         "avdevice",
38         "avfilter",
39         "avformat",
40         "avutil",
41         "swresample",
42         "swscale",
43         "iconv",
44         "z",
45         "bz2"
46       ]
47     }
48   ]