forked from TheEightBot/Xamarin.SideMenu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xamarin.SideMenu.nuspec
22 lines (22 loc) · 955 Bytes
/
Xamarin.SideMenu.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package >
<metadata>
<id>Xamarin.SideMenu</id>
<title>SideMenu port for Xamarin.iOS</title>
<version>1.0</version>
<authors>Eight-Bot Inc.</authors>
<owners>Eight-Bot Inc.</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Elegant Side Menu for Xamarin.iOS</description>
<copyright>Copyright © Eight-Bot Corporation</copyright>
<projectUrl>https://github.com/TheEightBot/Xamarin.SideMenu</projectUrl>
<licenseUrl>https://github.com/TheEightBot/Xamarin.SideMenu/blob/master/LICENSE.md</licenseUrl>
<iconUrl>https://github.com/TheEightBot/Xamarin.SideMenu/raw/master/icon.png</iconUrl>
<tags>SideMenu, Flyout Menu, Menu, Xamarin, iOS</tags>
<releaseNotes>Initial Release</releaseNotes>
</metadata>
<files>
<!-- iOS Unified -->
<file src="Xamarin.SideMenu/bin/Release/Xamarin.SideMenu.dll" target="lib/Xamarin.iOS10" />
</files>
</package>