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