forked from stormlion227/PhotoBrowser.Forms
-
Notifications
You must be signed in to change notification settings - Fork 2
/
nuget.nuspec
40 lines (37 loc) · 2.1 KB
/
nuget.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
<?xml version="1.0"?>
<package>
<metadata>
<id>PhotoBrowser.Forms.AJH</id>
<version>0.1.7</version>
<authors>Andrew Herrick</authors>
<owners>Andrew Herrick</owners>
<projectUrl>https://github.com/aherrick/PhotoBrowser.Forms</projectUrl>
<licenseUrl>https://github.com/aherrick/PhotoBrowser.Forms/blob/master/LICENSE.md</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Full screen image viewer(Xamarin.Forms) that includes "pinch to zoom" and "swipe to dismiss" gestures.</description>
<summary>Full screen image viewer(Xamarin.Forms) that includes "pinch to zoom" and "swipe to dismiss" gestures.</summary>
<releaseNotes>First release.</releaseNotes>
<copyright>© Herrick 2020</copyright>
<tags>xamarin forms photo image pinch zoom swipe dismiss MWPhotoBrowser FrescoImageViewer</tags>
<dependencies>
<group>
<dependency id="Xamarin.Forms" version="3.4.0" />
</group>
<group targetFramework="monoandroid">
<dependency id="Naxam.Fresco.Droid" version="1.5.0" />
</group>
<group targetFramework="xamarinios">
<dependency id="Ricardo.MWPhotoBrowser.iOS" version="2.1.4.1" />
</group>
</dependencies>
</metadata>
<files>
<file src="PhotoBrowser/PhotoBrowser/bin/Release/netstandard2.0/Stormlion.PhotoBrowser.dll" target="lib/netstandard2.0" />
<file src="PhotoBrowser/PhotoBrowser.Android/bin/Release/Stormlion.PhotoBrowser.dll" target="lib/MonoAndroid" />
<file src="PhotoBrowser/PhotoBrowser.Android/bin/Release/Stormlion.PhotoBrowser.Android.dll" target="lib/MonoAndroid" />
<file src="PhotoBrowser/PhotoBrowser.Android/bin/Release/Stormlion.FrescoImageViewer.dll" target="lib/MonoAndroid" />
<file src="PhotoBrowser/PhotoBrowser.Android/bin/Release/Stormlion.PhotoDraweeView.dll" target="lib/MonoAndroid" />
<file src="PhotoBrowser/PhotoBrowser.iOS/bin/Release/Stormlion.PhotoBrowser.dll" target="lib/Xamarin.iOS10" />
<file src="PhotoBrowser/PhotoBrowser.iOS/bin/Release/Stormlion.PhotoBrowser.iOS.dll" target="lib/Xamarin.iOS10" />
</files>
</package>