-
Notifications
You must be signed in to change notification settings - Fork 17
/
ExpandableView.nuspec
31 lines (31 loc) · 1.62 KB
/
ExpandableView.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>
<id>ExpandableView</id>
<version>1.0.10</version>
<title>ExpandableView</title>
<authors>Andrei Misiukevich</authors>
<owners>Andrei Misiukevich</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/AndreiMisiukevich/ExpandableView</projectUrl>
<iconUrl>https://cdn0.iconfinder.com/data/icons/pinpoint-interface/48/dropdown-512.png</iconUrl>
<description>Expandable view for Xamarin.Forms</description>
<summary>This plugin provides opportunity to create expandable views</summary>
<tags>expandableView, expanded, expander, expandable, expandable view, collapse, collapsable, forms, xamarin forms, xamarin.forms</tags>
<dependencies>
<group>
<dependency id="Xamarin.Forms" version="2.4" />
</group>
</dependencies>
</metadata>
<files>
<!--Net Standard-->
<file src="ExpandableView\bin\Release\netstandard2.0\ExpandableView.dll" target="lib\netstandard2.0\ExpandableView.dll" />
<!--Core PCL-->
<file src="ExpandableView\bin\Release\netstandard2.0\ExpandableView.dll" target="lib\portable-win+net45+wp80+win81+wpa81\ExpandableView.dll" />
<!--Xamarin.Android-->
<file src="ExpandableView\bin\Release\netstandard2.0\ExpandableView.dll" target="lib\MonoAndroid10\ExpandableView.dll" />
<!--Xamarin.iOS-->
<file src="ExpandableView\bin\Release\netstandard2.0\ExpandableView.dll" target="lib\Xamarin.iOS10\ExpandableView.dll" />
</files>
</package>