forked from stormlion227/ImageCropper.Forms
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathImageCropper.nuspec
More file actions
38 lines (35 loc) · 1.75 KB
/
Copy pathImageCropper.nuspec
File metadata and controls
38 lines (35 loc) · 1.75 KB
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
<?xml version="1.0"?>
<package >
<metadata>
<id>ImageCropper.Forms.Fix.v2</id>
<version>2.0.5</version>
<authors>Marko Rothstein</authors>
<owners>Marko Rothstein</owners>
<projectUrl>https://github.com/INHack20/ImageCropper.Forms</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.NET MAUI plugin to crop and rotate photos.</description>
<summary>.NET MAUI plugin to crop and rotate photos. Supports Android and iOS.</summary>
<releaseNotes>First release.</releaseNotes>
<copyright>© StormLion 2018</copyright>
<tags>maui forms crop rotate photo image</tags>
<dependencies>
<group targetFramework="net8.0">
<dependency id="Microsoft.Maui.Controls" version="8.0.70" exclude="Build,Analyzers" />
</group>
<group targetFramework="net8.0-android34.0">
<dependency id="Microsoft.Maui.Controls" version="8.0.70" exclude="Build,Analyzers" />
</group>
<group targetFramework="net8.0-ios17.2">
<dependency id="Microsoft.Maui.Controls" version="8.0.70" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
<files>
<file src="LICENSE.md" target="" />
<file src="ImageCropperLib/bin/Release/net8.0/ImageCropperLib.dll" target="lib/net8.0" />
<file src="ImageCropperLib/bin/Release/net8.0-android/ImageCropperLib.dll" target="lib/net8.0-android34.0" />
<file src="ImageCropperLib/bin/Release/net8.0-android/MauiBinding_AndroidImageCropper.dll" target="lib/net8.0-android34.0" />
<file src="ImageCropperLib/bin/Release/net8.0-ios/ImageCropperLib.dll" target="lib/net8.0-ios17.2" />
<file src="ImageCropperLib/bin/Release/net8.0-ios/TOCropViewController.dll" target="lib/net8.0-ios17.2" />
</files>
</package>