[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 0 / e / ios-ffmpeg-libs / 0.0.5 / ios-ffmpeg-libs.podspec.json
blob387ef727973d024de2cb82e204ebc968fd233b2c
2   "name": "ios-ffmpeg-libs",
3   "platforms": {
4     "ios": "11.0"
5   },
6   "version": "0.0.5",
7   "summary": "Precompiled FFmpg libs for iOS",
8   "description": "Precompiled FFmpg libs to use e.g. with the https://github.com/kolyvan/kxmovie project. The KxMovie project includes only dated versions of the FFmpg libs which lack 64-bit simulator support and include various unsupported architectures for iOS11+.\n\nFor examples of use in an app, see the Nabto iOS RTSP demo at https://github.com/nabto/nabto-ios-rtsp.\n\nThe FFmpg source from which the binaries were built can be found here: https://github.com/FFmpeg/FFmpeg\n\nWhen using these libs, notice that FFmpg is under LGPL: https://www.ffmpeg.org/legal.html.",
9   "homepage": "https://github.com/nabto/ios-ffmpeg-libs",
10   "license": "LGPL",
11   "authors": {
12     "Nabto": "apps@nabto.com"
13   },
14   "source": {
15     "http": "https://downloads.nabto.com/assets/ios-ffmpeg-libs/0.0.1/ios-ffmpeg-libs.zip"
16   },
17   "source_files": [
18     "Libs",
19     "Headers/**/*.h"
20   ],
21   "header_mappings_dir": "Headers/",
22   "public_header_files": "Headers/**/*.h",
23   "frameworks": [
24     "MediaPlayer",
25     "CoreAudio",
26     "AudioToolbox",
27     "Accelerate",
28     "QuartzCore",
29     "OpenGLES"
30   ],
31   "ios": {
32     "libraries": [
33       "z",
34       "iconv"
35     ]
36   },
37   "vendored_libraries": [
38     "Libs/libavcodec.a",
39     "Libs/libavdevice.a",
40     "Libs/libavfilter.a",
41     "Libs/libavformat.a",
42     "Libs/libavutil.a",
43     "Libs/libswscale.a",
44     "Libs/libswresample.a"
45   ]