forked from westito/ImageCropper.Forms
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathImageCropper.nuspec
46 lines (43 loc) · 2.44 KB
/
ImageCropper.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
<?xml version="1.0"?>
<package >
<metadata>
<id>ImageCropper.Forms.Fix.v7</id>
<version>0.7.0</version>
<authors>iliyanPopov</authors>
<owners>iliyanPopov</owners>
<projectUrl>https://github.com/IliyanPopov/ImageCropper.Forms</projectUrl>
<licenseUrl>https://github.com/IliyanPopov/ImageCropper.Forms/blob/master/licenseUrl.md</licenseUrl>
<requirelicenseUrlAcceptance>false</requirelicenseUrlAcceptance>
<description>Xamarin.Forms plugin to crop and rotate photos. Works on Android 28!</description>
<summary>Xamarin.Forms plugin to crop and rotate photos. Supports Android and iOS. Updated version: Works on Android 28, resolves iOS icon issue. Uses .Net Standard 2.0</summary>
<releaseNotes>Update to Android 29 and Xamarin Forms 4.6</releaseNotes>
<copyright>© StormLion 2020</copyright>
<tags>xamarin forms crop rotate photo image</tags>
<dependencies>
<group>
<dependency id="Xamarin.Forms" version="4.6.0"/>
<dependency id="Xam.Plugin.Media" version="5.0.1" />
<dependency id="Plugin.Persmissions" version="6.0.1" />
</group>
<group targetFramework="monoandroid">
<dependency id="Xamarin.AndroidX.ExifInterface" version="1.1.0" />
<dependency id="Xamarin.AndroidX.MediaRouter" version="1.1.0" />
<dependency id="Xamarin.AndroidX.Migration" version="1.0.6" />
<dependency id="Plugin.CurrentActivity" version="2.1.0.4" />
</group>
<group targetFramework="Xamarin.iOS">
</group>
<group targetFramework="netstandard2.0">
</group>
</dependencies>
</metadata>
<files>
<file src="ImageCropper/ImageCropper/bin/Release/netstandard2.0/Stormlion.ImageCropper.dll" target="lib/netstandard2.0" />
<file src="ImageCropper/ImageCropper.Android/bin/Release/Stormlion.ImageCropper.dll" target="lib/MonoAndroid" />
<file src="ImageCropper/ImageCropper.Android/bin/Release/Binding_ImageCropperAndroid.dll" target="lib/MonoAndroid" />
<file src="ImageCropper/ImageCropper.Android/bin/Release/Stormlion.ImageCropper.Android.dll" target="lib/MonoAndroid" />
<file src="ImageCropper/ImageCropper.iOS/bin/Release/Stormlion.ImageCropper.dll" target="lib/Xamarin.iOS" />
<file src="ImageCropper/ImageCropper.iOS/bin/Release/Bind_TOCropViewController.dll" target="lib/Xamarin.iOS" />
<file src="ImageCropper/ImageCropper.iOS/bin/Release/Stormlion.ImageCropper.iOS.dll" target="lib/Xamarin.iOS" />
</files>
</package>