-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathXamarin.Forms.Skeleton.nuspec
executable file
·25 lines (25 loc) · 1.7 KB
/
Xamarin.Forms.Skeleton.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>Xamarin.Forms.Skeleton</id>
<version>2.0.0</version>
<title>Skeleton component for Xamarin Forms</title>
<authors>Horus</authors>
<owners>AgustinBonillaHorus</owners>
<licenseUrl>https://github.com/HorusSoftwareUY/Xamarin.Forms.Skeleton/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/HorusSoftwareUY/Xamarin.Forms.Skeleton</projectUrl>
<iconUrl>https://raw.githubusercontent.com/HorusSoftwareUY/Xamarin.Forms.Skeleton/master/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The Skeleton control is a popular approach to loading content in mobile apps that provides one or more visual placeholders while content is being loaded. This technique is particularly useful for improving user experience, as it reduces perceived load times and provides a more engaging experience.</description>
<releaseNotes></releaseNotes>
<summary>Skeleton component for Xamarin Forms</summary>
<tags>xamarin, ios, android, xamarin.forms, plugin, component, skeleton, loader, loading, indicator, activity, activityindicator, horus</tags>
<dependencies>
</dependencies>
</metadata>
<files>
<!--Core-->
<file src="Xamarin.Forms.Skeleton/bin/Release/netstandard2.0/Xamarin.Forms.Skeleton.dll" target="lib\netstandard1.0\Xamarin.Forms.Skeleton.dll" />
<file src="Xamarin.Forms.Skeleton/bin/Release/netstandard2.0/Xamarin.Forms.Skeleton.xml" target="lib\netstandard1.0\Xamarin.Forms.Skeleton.xml" />
</files>
</package>