-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqrview.nuspec
26 lines (26 loc) · 1.25 KB
/
qrview.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Required elements-->
<id>Naxam.QRCodeReaderView.Droid</id>
<version>2.0.2</version>
<description>Xamarin Binding Library - QRCodeReaderView</description>
<authors>Vu Duc Tuyen</authors>
<owners>NAXAM CO.,LTD</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Naxam - QRCodeReaderView</title>
<releaseNotes>QRCodeReaderView v2.0.2</releaseNotes>
<summary>Xamarin Binding Library - QRCodeReaderView</summary>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/NAXAM/qrcodereaderview-android-binding</projectUrl>
<copyright>Copyright (c) 2017 NAXAM</copyright>
<tags>Xamarin.Android, zxing, qrcodereaderview</tags>
<dependencies>
<dependency id="Naxam.ZxingCore.Droid" version="3.2.1"/>
</dependencies>
</metadata>
<!-- Optional 'files' node -->
<files>
<file src="Naxam.QRCodeReaderView.Droid/bin/Release/Naxam.QRCodeReaderView.Droid.dll" target="lib/MonoAndroid10/Naxam.QRCodeReaderView.Droid.dll" />
</files>
</package>