blob: be0fbbb67af0c8807e0e1a2d117df638ff93ac25 [file] [log] [blame]
{
"name": "ios-ffmpeg-libs",
"platforms": {
"ios": "11.0"
},
"version": "0.0.3",
"summary": "Precompiled FFmpg libs for iOS",
"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.",
"homepage": "https://github.com/nabto/ios-ffmpeg-libs",
"license": "LGPL",
"authors": {
"Nabto": "apps@nabto.com"
},
"source": {
"http": "https://downloads.nabto.com/assets/ios-ffmpeg-libs/0.0.1/ios-ffmpeg-libs.zip"
},
"source_files": [
"Libs",
"Headers/**/*.h"
],
"header_mappings_dir": "Headers",
"public_header_files": "Headers/**/*.h",
"frameworks": [
"MediaPlayer",
"CoreAudio",
"AudioToolbox",
"Accelerate",
"QuartzCore",
"OpenGLES"
],
"ios": {
"libraries": [
"z",
"iconv"
]
},
"vendored_libraries": [
"Libs/libavcodec.a",
"Libs/libavdevice.a",
"Libs/libavfilter.a",
"Libs/libavformat.a",
"Libs/libavutil.a",
"Libs/libswscale.a",
"Libs/libswresample.a"
]
}