[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 0 / e / ios-ffmpeg-libs / 0.0.4 / ios-ffmpeg-libs.podspec.json
blobda87cb8179199b65763393a26303694e6c6754e7
2   "name": "ios-ffmpeg-libs",
3   "platforms": {
4     "ios": "11.0"
5   },
6   "version": "0.0.4",
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   "frameworks": [
23     "MediaPlayer",
24     "CoreAudio",
25     "AudioToolbox",
26     "Accelerate",
27     "QuartzCore",
28     "OpenGLES"
29   ],
30   "ios": {
31     "libraries": [
32       "z",
33       "iconv"
34     ]
35   },
36   "vendored_libraries": [
37     "Libs/libavcodec.a",
38     "Libs/libavdevice.a",
39     "Libs/libavfilter.a",
40     "Libs/libavformat.a",
41     "Libs/libavutil.a",
42     "Libs/libswscale.a",
43     "Libs/libswresample.a"
44   ]