-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathShapeControl.nuspec
37 lines (32 loc) · 2.07 KB
/
ShapeControl.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>ShapeControl.Forms</id>
<version>0.2.0</version>
<authors>Marko Rothstein</authors>
<owners>Marko Rothstein</owners>
<iconUrl>https://raw.githubusercontent.com/stormlion227/ShapeControl.Forms/master/ShapeControl.ico</iconUrl>
<projectUrl>https://github.com/stormlion227/ShapeControl.Forms</projectUrl>
<licenseUrl>https://github.com/stormlion227/ShapeControl.Forms/blob/master/LICENSE.md</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Xamarin.Forms plugin to make smart UIs with shapes such as circle, rounded rect, oval and so on. Support Android, iOS and UWP.</description>
<summary>Xamarin.Forms plugin to make smart UIs with shapes such as circle, rounded rect, oval and so on. Support Android, iOS and UWP.</summary>
<releaseNotes>First release.</releaseNotes>
<copyright>© StormLion 2018</copyright>
<tags>xamarin forms shape circle roundrect oval gradient border border-radius effects border-color corner-radius borderless entry picker datepicker</tags>
<dependencies>
<group>
<dependency id="SkiaSharp.Views.Forms" version="1.59.3"/>
</group>
</dependencies>
</metadata>
<files>
<file src="ShapeControl/ShapeControl/bin/Release/netstandard2.0/Stormlion.ShapeControl.dll" target="lib/netstandard2.0" />
<file src="ShapeControl/ShapeControl.Android/bin/Release/Stormlion.ShapeControl.dll" target="lib/MonoAndroid403" />
<file src="ShapeControl/ShapeControl.Android/bin/Release/Stormlion.ShapeControl.Android.dll" target="lib/MonoAndroid403" />
<file src="ShapeControl/ShapeControl.iOS/bin/Release/Stormlion.ShapeControl.dll" target="lib/Xamarin.iOS10" />
<file src="ShapeControl/ShapeControl.iOS/bin/Release/Stormlion.ShapeControl.iOS.dll" target="lib/Xamarin.iOS10" />
<file src="ShapeControl/ShapeControl.UWP/bin/Release/Stormlion.ShapeControl.dll" target="lib/UAP10" />
<file src="ShapeControl/ShapeControl.UWP/bin/Release/Stormlion.ShapeControl.UWP.dll" target="lib/UAP10" />
</files>
</package>