forked from luberda-molinet/FFImageLoading
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathXamarin.FFImageLoading.Forms.nuspec
98 lines (81 loc) · 5.92 KB
/
Xamarin.FFImageLoading.Forms.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Xamarin.FFImageLoading.Forms</id>
<version>1.2.0-alpha1</version>
<title>FFImageLoading Plugin for Xamarin Forms</title>
<authors>Daniel Luberda, Fabien Molinet</authors>
<owners></owners>
<licenseUrl>https://raw.githubusercontent.com/molinch/FFImageLoading/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/molinch/FFImageLoading</projectUrl>
<iconUrl>https://cdn4.iconfinder.com/data/icons/flat-services-icons/128/startup.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Xamarin Forms plugin to load images quickly and easily on Xamarin.Forms.
Features:
- Xamarin.Forms - iOS / Android / Windows (WinRT, UWP) support
- Configurable disk and memory caching
- Deduplication of similar download/load requests
- Error and loading placeholders support
- Images can be automatically downsampled to specified size (less memory usage)
- WebP support
- Image loading Fade-In animations support
- Can retry image downloads (RetryCount, RetryDelay)
- On Android transparency is disabled by default (configurable). Saves 50% of memory
- Transformations support built-in and custom native platform ITransformation implementations.
Ensure you call CachedImageRenderer.Init() on each platform.
</description>
<summary>Xamarin Forms plugin to load images quickly and easily.</summary>
<tags>xamarin, forms, xamarin.forms, android, ios, bitmap, image, cache, webp, quick, easy, lru, load, loading, save</tags>
<dependencies>
<group targetFramework="portable-net45+netcore45+wpa81+wp8+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10">
<dependency id="Xamarin.FFImageLoading" version="1.2.0-alpha1" />
</group>
<group targetFramework="MonoAndroid10">
<dependency id="Xamarin.Forms" version="1.4.4.6392" />
<dependency id="Xamarin.FFImageLoading" version="1.2.0-alpha1" />
</group>
<group targetFramework="Xamarin.iOS10">
<dependency id="Xamarin.Forms" version="1.4.4.6392" />
<dependency id="Xamarin.FFImageLoading" version="1.2.0-alpha1" />
</group>
<group targetFramework="portable-win81+wpa81">
<dependency id="Xamarin.Forms" version="1.5.0.6447" />
<dependency id="Xamarin.FFImageLoading" version="1.2.0-alpha1" />
</group>
<!-- DISABLED
<group targetFramework="portable-uap10.0">
<dependency id="Xamarin.Forms" version="2.0" />
<dependency id="Xamarin.FFImageLoading" version="1.2.0-alpha1" />
</group>
-->
</dependencies>
</metadata>
<files>
<!--Core PCL-->
<file src="FFImageLoading.Forms/bin/Release/FFImageLoading.Forms.dll" target="lib/portable-net45+netcore45+wpa81+wp8+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10/FFImageLoading.Forms.dll" />
<file src="FFImageLoading.Forms/bin/Release/FFImageLoading.Forms.xml" target="lib/portable-net45+netcore45+wpa81+wp8+MonoTouch10+MonoAndroid10+xamarinmac20+xamarinios10/FFImageLoading.Forms.xml" />
<!--Xamarin.Android-->
<file src="FFImageLoading.Forms/bin/Release/FFImageLoading.Forms.dll" target="lib/MonoAndroid10/FFImageLoading.Forms.dll" />
<file src="FFImageLoading.Forms/bin/Release/FFImageLoading.Forms.xml" target="lib/MonoAndroid10/FFImageLoading.Forms.xml" />
<file src="FFImageLoading.Forms.Droid/bin/Release/FFImageLoading.Forms.Droid.dll" target="lib/MonoAndroid10/FFImageLoading.Forms.Droid.dll" />
<file src="FFImageLoading.Forms.Droid/bin/Release/FFImageLoading.Forms.Droid.xml" target="lib/MonoAndroid10/FFImageLoading.Forms.Droid.xml" />
<!--Xamarin.iOS-->
<file src="FFImageLoading.Forms/bin/Release/FFImageLoading.Forms.dll" target="lib/Xamarin.iOS10/FFImageLoading.Forms.dll" />
<file src="FFImageLoading.Forms/bin/Release/FFImageLoading.Forms.xml" target="lib/Xamarin.iOS10/FFImageLoading.xml.xml" />
<file src="FFImageLoading.Forms.Touch/bin/Release/FFImageLoading.Forms.Touch.dll" target="lib/Xamarin.iOS10/FFImageLoading.Forms.Touch.dll" />
<file src="FFImageLoading.Forms.Touch/bin/Release/FFImageLoading.Forms.Touch.xml" target="lib/Xamarin.iOS10/FFImageLoading.Forms.Touch.xml" />
<!--Windows WinRT-->
<file src="FFImageLoading.Forms.WinRT/bin/Windows Release/FFImageLoading.Forms.dll" target="lib/portable-win81+wpa81/FFImageLoading.Forms.dll" />
<file src="FFImageLoading.Forms.WinRT/bin/Windows Release/FFImageLoading.Forms.xml" target="lib/portable-win81+wpa81/FFImageLoading.xml.xml" />
<file src="FFImageLoading.Forms.WinRT/bin/Windows Release/FFImageLoading.Forms.WinRT.dll" target="lib/portable-net45+win81+wpa81/FFImageLoading.Forms.WinRT.dll" />
<file src="FFImageLoading.Forms.WinRT/bin/Windows Release/FFImageLoading.Forms.WinRT.xml" target="lib/portable-net45+win81+wpa81/FFImageLoading.Forms.WinRT.xml" />
<!--Windows UWP-->
<!-- DISABLED
<file src="FFImageLoading.Forms.WinUWP/bin/Windows Release/FFImageLoading.Forms.dll" target="lib/portable-net45+uap10.0/FFImageLoading.Forms.dll" />
<file src="FFImageLoading.Forms.WinUWP/bin/Windows ReleaseFFImageLoading.Forms.xml" target="lib/portable-net45+uap10.0/FFImageLoading.xml.xml" />
<file src="FFImageLoading.Forms.WinUWP/bin/Windows Release/FFImageLoading.Forms.WinUWP.dll" target="lib/portable-net45+uap10.0/FFImageLoading.Forms.WinUWP.dll" />
<file src="FFImageLoading.Forms.WinUWP/bin/Windows Release/FFImageLoading.Forms.WinUWP.xml" target="lib/portable-net45+uap10.0/FFImageLoading.Forms.WinUWP.xml" />
-->
</files>
</package>