forked from mfkl/libvlc-nuget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
VideoLAN.LibVLC.iOS.nuspec
25 lines (25 loc) · 1.39 KB
/
VideoLAN.LibVLC.iOS.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
25
<?xml version="1.0"?>
<package >
<metadata>
<id>VideoLAN.LibVLC.iOS</id>
<title>VideoLAN.LibVLC.iOS</title>
<version>3.3.17</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.iOS.targets" target="build\VideoLAN.LibVLC.iOS.targets"/>
<file src="build\ios-simulator\DynamicMobileVLCKit.framework\*" target="build\ios-simulator\DynamicMobileVLCKit.framework"/>
<file src="build\ios-device\DynamicMobileVLCKit.framework\*" target="build\ios-device\DynamicMobileVLCKit.framework"/>
<file src="icon.png" target="" />
</files>
</package>