This repository has been archived by the owner on May 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAloha.Barcodes.nuspec
57 lines (52 loc) · 2.36 KB
/
Aloha.Barcodes.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
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>Aloha.Barcodes</id>
<title>Aloha.Barcodes</title>
<version>0.9.0</version>
<copyright>Andreas Wäscher 2021</copyright>
<icon>images\Alohacode.png</icon>
<authors>Ota Mares, Andreas Wäscher</authors>
<owners>Andreas Wäscher</owners>
<license type="file">LICENSE</license>
<projectUrl>https://github.com/awaescher/Aloha.Barcodes</projectUrl>
<repository url="https://github.com/awaescher/Aloha.Barcodes" />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Barcode scanner plugin for Microsoft MAUI and Xamarin.Forms.</description>
<summary>Barcode scanner plugin for Microsoft MAUI and Xamarin.Forms.
Aloha.Barcodes is a fork of the archived Rb.Forms.Barcode project, originally developed by reBuy reCommerce GmbH.
</summary>
<tags>maui barcode scanner scanning scan xamarin xamarin.forms googleplayservices vision gms</tags>
<dependencies>
<group targetFramework="netstandard1.5">
<dependency id="Xamarin.Forms" version="5.0.0.2012" />
</group>
<group targetFramework="MonoAndroid10">
<dependency id="Xamarin.GooglePlayServices.Vision" version="120.1.3" />
</group>
<group targetFramework="Xamarin.iOS10">
</group>
</dependencies>
</metadata>
<files>
<!-- netstandard -->
<file src="Aloha.Barcodes\bin\Release\netstandard1.5\Aloha.Barcodes.dll"
target="lib\netstandard1.5\Aloha.Barcodes.dll" />
<!-- Xamarin.Android -->
<file src="Aloha.Barcodes.Droid\bin\Release\Aloha.Barcodes.dll"
target="lib\MonoAndroid10\Aloha.Barcodes.dll" />
<file src="Aloha.Barcodes.Droid\bin\Release\Aloha.Barcodes.Droid.dll"
target="lib\MonoAndroid10\Aloha.Barcodes.Droid.dll" />
<file src="Aloha.Barcodes.Droid\bin\Release\CameraSourceBindings.dll"
target="lib\MonoAndroid10\CameraSourceBindings.dll" />
<!-- Xamarin.iOS -->
<file src="Aloha.Barcodes.iOS\bin\Release\Aloha.Barcodes.dll"
target="lib\Xamarin.iOS10\Aloha.Barcodes.dll" />
<file src="Aloha.Barcodes.iOS\bin\Release\Aloha.Barcodes.iOS.dll"
target="lib\Xamarin.iOS10\Aloha.Barcodes.iOS.dll" />
<!--Icon-->
<file src="Alohacode.png" target="images\" />
<!--License-->
<file src="LICENSE" target="LICENSE" />
</files>
</package>