[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / 0 / e / ios-ffmpeg-libs / 0.0.2 / ios-ffmpeg-libs.podspec.json
blob09e7209ba1601d7274c41ce20f0a2a83bbb356b9
2   "name": "ios-ffmpeg-libs",
3   "platforms": {
4     "ios": "11.0"
5   },
6   "version": "0.0.2",
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/libavfilter/*.h",
20     "Headers/libswresample/*.h",
21     "Headers/libavformat/*.h",
22     "Headers/libavcodec/*.h",
23     "Headers/libavdevice/*.h",
24     "Headers/libavutil/*.h",
25     "Headers/libswscale/*.h"
26   ],
27   "public_header_files": "Headers/**/*.h",
28   "frameworks": [
29     "MediaPlayer",
30     "CoreAudio",
31     "AudioToolbox",
32     "Accelerate",
33     "QuartzCore",
34     "OpenGLES"
35   ],
36   "ios": {
37     "libraries": [
38       "z",
39       "iconv"
40     ]
41   },
42   "vendored_libraries": [
43     "Libs/libavcodec.a",
44     "Libs/libavdevice.a",
45     "Libs/libavfilter.a",
46     "Libs/libavformat.a",
47     "Libs/libavutil.a",
48     "Libs/libswscale.a",
49     "Libs/libswresample.a"
50   ]