[Add] NASSDK 1.4.21
[CocoaPods.git] / Specs / 0 / e / 9 / CocoaFFmpeg / 2.2.0 / CocoaFFmpeg.podspec.json
blobd55734250d60354096c3cc701ca21e3bd7499c68
2   "name": "CocoaFFmpeg",
3   "version": "2.2.0",
4   "license": {
5     "type": "LGPLv2.1+",
6     "file": "COPYING.LGPLv2.1"
7   },
8   "summary": "Pre-compiled light-weight FFmpeg libraries for iOS. Build your own with attached build script.",
9   "description": "  \t\t\t\t\t\tOptimized to decrease the size by compiling the necessary formats only\n\t\t\t\t\t\t\tvideo codecs: h264 (enable h263)\n\t\t\t\t\t\t\taudio codecs: AAC (enable mp3)\n\t\t\t\t\t\tFFmpeg - A complete, cross-platform solution to record, convert and stream audio and video.\n\t\t\t\t\t\thttps://www.ffmpeg.org/\n",
10   "homepage": "https://github.com/jold/CocoaFFmpeg",
11   "authors": {
12     "Daniel Jankovic": "dj@digital-life.cz"
13   },
14   "source": {
15     "git": "https://github.com/jold/CocoaFFmpeg.git",
16     "tag": "2.2.0"
17   },
18   "platforms": {
19     "ios": null
20   },
21   "requires_arc": false,
22   "default_subspecs": [
23     "precompiled"
24   ],
25   "subspecs": [
26     {
27       "name": "precompiled",
28       "source_files": "universal/include/**/*.h",
29       "public_header_files": "universal/include/**/*.h",
30       "header_mappings_dir": "universal/include",
31       "vendored_libraries": "universal/lib/*.a",
32       "libraries": [
33         "avcodec",
34         "avformat",
35         "avutil",
36         "swscale",
37         "z",
38         "bz2"
39       ]
40     }
41   ]