-
Notifications
You must be signed in to change notification settings - Fork 2
/
j-cast.nuspec
31 lines (31 loc) · 1.78 KB
/
j-cast.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
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Required elements-->
<id>Naxam.JWPlayerChromeCast.Droid</id>
<version>2.7.5.25</version>
<description>Xamarin Binding Library - JWPlayer Android SDK - Chrome Cast</description>
<authors>NAXAM</authors>
<owners>NAXAM CO.,LTD</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>NAXAM - JWPlayer Android SDK - Chrome Cast</title>
<releaseNotes>JWPlayer Android SDK - Chrome Cast v2.7.5+23</releaseNotes>
<summary>Xamarin Binding Library - JWPlayer Android SDK - Core</summary>
<iconUrl>https://avatars2.githubusercontent.com/u/5090060</iconUrl>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/NAXAM/jwplayer-android-binding/Naxam.JWPlayerChromeCast.Droid</projectUrl>
<copyright>Copyright (c) 2017 NAXAM</copyright>
<tags>Xamarin.Android, jwplayer, mediaplayer, android-mediaplayer,chromecast</tags>
<dependencies>
<dependency id="Naxam.CastCompanionLibrary.Droid" version="2.9.1" />
<dependency id="Naxam.JWPlayerCore.Droid" version="2.7.4.3" />
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="25.3.1" />
<dependency id="Xamarin.Android.Support.v7.MediaRouter" version="25.3.1" />
<dependency id="Xamarin.Android.Support.v4" version="25.3.1" />
</dependencies>
</metadata>
<!-- Optional 'files' node -->
<files>
<file src="Naxam.JWPlayerChromeCast.Droid/bin/Release/Naxam.JWPlayerChromeCast.Droid.dll" target="lib/MonoAndroid10/Naxam.JWPlayerChromeCast.Droid.dll" />
</files>
</package>