1 Star 0 Fork 0

何军/PhotoBrowser.Forms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nuget.nuspec 2.11 KB
一键复制 编辑 原始数据 按行查看 历史
Marko Rothstein 提交于 2018-05-12 21:46 . Updated nuget packages.
<?xml version="1.0"?>
<package >
<metadata>
<id>PhotoBrowser.Forms</id>
<version>0.1.3</version>
<authors>Marko Rothstein</authors>
<owners>Marko Rothstein</owners>
<projectUrl>https://github.com/stormlion227/PhotoBrowser.Forms</projectUrl>
<licenseUrl>https://github.com/stormlion227/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>© StormLion 2018</copyright>
<tags>xamarin forms photo image pinch zoom swipe dismiss MWPhotoBrowser FrescoImageViewer</tags>
<dependencies>
<group>
<dependency id="Xamarin.Forms" version="2.5.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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/alan69alan69/PhotoBrowser.Forms.git
git@gitee.com:alan69alan69/PhotoBrowser.Forms.git
alan69alan69
PhotoBrowser.Forms
PhotoBrowser.Forms
master

搜索帮助