-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathPlatformTabbedPage.nuspec
37 lines (33 loc) · 1.91 KB
/
PlatformTabbedPage.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
32
33
34
35
36
37
<?xml version="1.0"?>
<package>
<metadata>
<id>PlatformTabbedPage</id>
<version>2.2.0-beta</version>
<title>PlatformTabbedPage for Xamarin.Forms</title>
<authors>Antonio Feregrino</authors>
<owners>Messier16</owners>
<projectUrl>https://github.com/messier16/PlatformTabbedPage</projectUrl>
<iconUrl>https://i.imgur.com/xuPIn3J.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Make your Xamarin.Forms tabbed pages look more familiar to your users. built against 2.5.1.527436</description>
<releaseNotes></releaseNotes>
<copyright>Antonio Feregrino, 2018</copyright>
<tags>Xamarin.Forms, Tabs</tags>
<dependencies>
<dependency id="Xamarin.Forms" version="2.5.1.527436" />
</dependencies>
</metadata>
<files>
<!--Core-->
<file src="PlatformTabbedPage\bin\Release\netstandard2.0\PlatformTabbedPage.dll" target="lib\portable-net45+wp8+win8+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\PlatformTabbedPage.dll" />
<!--Xamarin.iOS-->
<file src="PlatformTabbedPage.iOS\obj\Release\PlatformTabbedPage.iOS.dll" target="lib\MonoTouch10\PlatformTabbedPage.iOS.dll" />
<file src="PlatformTabbedPage\bin\Release\netstandard2.0\PlatformTabbedPage.dll" target="lib\MonoTouch10\PlatformTabbedPage.dll" />
<!--Xamarin.iOSUnified-->
<file src="PlatformTabbedPage.iOS\obj\Release\PlatformTabbedPage.iOS.dll" target="lib\Xamarin.iOS10\PlatformTabbedPage.iOS.dll" />
<file src="PlatformTabbedPage\bin\Release\netstandard2.0\PlatformTabbedPage.dll" target="lib\Xamarin.iOS10\PlatformTabbedPage.dll" />
<!-- Android-->
<file src="PlatformTabbedPage.Droid\bin\Release\PlatformTabbedPage.Droid.dll" target="lib\MonoAndroid10\PlatformTabbedPage.Droid.dll" />
<file src="PlatformTabbedPage\bin\Release\netstandard2.0\PlatformTabbedPage.dll" target="lib\MonoAndroid10\PlatformTabbedPage.dll" />
</files>
</package>