[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 9 / 3 / FFmpeg-up-to-date / 2.8.3 / FFmpeg-up-to-date.podspec.json
blob69d95c5a9507387be82b6b1ec602f2e8366a78fc
2   "name": "FFmpeg-up-to-date",
3   "version": "2.8.3",
4   "summary": "FFmpeg static libraries compiled for iOS",
5   "homepage": "https://github.com/Arlem/FFmpeg-iOS",
6   "license": "LGPLv2.1",
7   "authors": {
8     "Chris Ballinger": "chris@chatsecure.org"
9   },
10   "requires_arc": false,
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/Arlem/FFmpeg-iOS.git",
16     "tag": "2.8.3",
17     "submodules": true
18   },
19   "default_subspecs": "precompiled",
20   "subspecs": [
21     {
22       "name": "precompiled",
23       "source_files": "ffmpeg-ios-static-libs/include/**/*.h",
24       "public_header_files": "ffmpeg-ios-static-libs/include/**/*.h",
25       "header_mappings_dir": "ffmpeg-ios-static-libs/include",
26       "vendored_libraries": "ffmpeg-ios-static-libs/lib/*.a",
27       "libraries": [
28         "avcodec",
29         "avdevice",
30         "avfilter",
31         "avformat",
32         "avutil",
33         "swresample",
34         "swscale",
35         "iconv",
36         "z",
37         "bz2"
38       ]
39     }
40   ]