forked from mfkl/libvlc-nuget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
VideoLAN.LibVLC.Mac.nuspec
24 lines (24 loc) · 1.23 KB
/
VideoLAN.LibVLC.Mac.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<package >
<metadata>
<id>VideoLAN.LibVLC.Mac</id>
<title>VideoLAN.LibVLC.Mac</title>
<version>3.1.3.1</version>
<authors>VideoLAN</authors>
<owners>VideoLAN</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>LibVLC is a modular multimedia framework</summary>
<description>LibVLC is a modular multimedia framework that can render video and output audio as well as encode and stream.
As it is native code, you will need to use a wrapper library such as LibVLCSharp to use it from .NET.</description>
<tags>libvlc;vlc;videolan;native;c/c++;video;audio;player;media;mediaplayer;codec;ffmpeg;xamarin;graphics;ios;android;linux;windows;macos;cross-platform</tags>
<projectUrl>https://code.videolan.org/videolan/libvlc-nuget</projectUrl>
<license type="expression">LGPL-2.1-or-later</license>
<icon>icon.png</icon>
<releaseNotes>https://code.videolan.org/videolan/vlc/blob/master/NEWS</releaseNotes>
</metadata>
<files>
<file src="build\VideoLAN.LibVLC.Mac.targets" target="build\VideoLAN.LibVLC.Mac.targets"/>
<file src="build\osx-x64\libvlc.dylib" target="build\osx-x64\libvlc.dylib"/>
<file src="icon.png" target="" />
</files>
</package>