-
Notifications
You must be signed in to change notification settings - Fork 0
/
PullToRefreshLayout.nuspec
43 lines (39 loc) · 3.25 KB
/
PullToRefreshLayout.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
38
39
40
41
42
43
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>Refractored.XamForms.PullToRefresh</id>
<version>$version$</version>
<title>PullToRefresh Layout for Xamarin.Forms</title>
<authors>James Montemagno</authors>
<owners>James Montemagno</owners>
<licenseUrl>https://github.com/jamesmontemagno/Xamarin.Forms-Awesome-Controls/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/jamesmontemagno/Xamarin.Forms-Awesome-Controls/tree/master/PullToRefreshLayout</projectUrl>
<iconUrl>http://www.refractored.com/images/pull_to_refresh.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Add Pull to Refresh to ScrollView or group a ListView. See Project for more details
Ensure you call new PullToRefreshLayoutRenderer.Init() on each platform!
Built against: 1.5.1.6471
</description>
<summary>Enhanced Pull To Refresh Layout for Xamarin.Forms</summary>
<tags>xamarin, pcl, xam.pcl, windows phone, winphone, wp8, android, xamarin.forms, ios, pull to refresh, refresh, swipe</tags>
<dependencies>
<dependency id="Xamarin.Forms" version="1.5.1.6471" />
</dependencies>
</metadata>
<files>
<!--Core-->
<file src="PullToRefresh/PullToRefresh/bin/Release/Refractored.XamForms.PullToRefresh.dll" target="lib\portable-net45+wp8+win8+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\Refractored.XamForms.PullToRefresh.dll" />
<file src="PullToRefresh/PullToRefresh/bin/Release/Refractored.XamForms.PullToRefresh.xml" target="lib\portable-net45+wp8+win8+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10+UAP10\Refractored.XamForms.PullToRefresh.xml" />
<!--Xamarin.Android-->
<file src="PullToRefresh/PullToRefresh.Droid/bin/Release/Refractored.XamForms.PullToRefresh.Droid.dll" target="lib\MonoAndroid10\Refractored.XamForms.PullToRefresh.Droid.dll" />
<file src="PullToRefresh/PullToRefresh.Droid/bin/Release/Refractored.XamForms.PullToRefresh.Droid.xml" target="lib\MonoAndroid10\Refractored.XamForms.PullToRefresh.Droid.xml" />
<file src="PullToRefresh/PullToRefresh/bin/Release/Refractored.XamForms.PullToRefresh.dll" target="lib\MonoAndroid10\Refractored.XamForms.PullToRefresh.dll" />
<file src="PullToRefresh/PullToRefresh/bin/Release/Refractored.XamForms.PullToRefresh.xml" target="lib\MonoAndroid10\Refractored.XamForms.PullToRefresh.xml" />
<!--Xamarin.iOSUnified-->
<file src="PullToRefresh/PullToRefresh.iOS/bin/Release/Refractored.XamForms.PullToRefresh.iOS.dll" target="lib\Xamarin.iOS10\Refractored.XamForms.PullToRefresh.iOS.dll" />
<file src="PullToRefresh/PullToRefresh.iOS/bin/Release/Refractored.XamForms.PullToRefresh.iOS.xml" target="lib\Xamarin.iOS10\Refractored.XamForms.PullToRefresh.iOS.xml" />
<file src="PullToRefresh/PullToRefresh/bin/Release/Refractored.XamForms.PullToRefresh.dll" target="lib\Xamarin.iOS10\Refractored.XamForms.PullToRefresh.dll" />
<file src="PullToRefresh/PullToRefresh/bin/Release/Refractored.XamForms.PullToRefresh.xml" target="lib\Xamarin.iOS10\Refractored.XamForms.PullToRefresh.xml" />
</files>
</package>