Acr.BarCodes by Allan Ritchie

<PackageReference Include="Acr.BarCodes" Version="3.0.1" />

 Acr.BarCodes 3.0.1

A cross platform barcode scanner/creator built on top of ZXing.Net.Mobile to allow for easy cross platform access from your Shared/PCL core libraries

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>Acr.BarCodes</id>
    <version>3.0.1</version>
    <title>ACR Barcodes Plugin for Xamarin and Windows</title>
    <authors>Allan Ritchie</authors>
    <owners>Allan Ritchie</owners>
    <licenseUrl>http://opensource.org/licenses/ms-pl.html</licenseUrl>
    <projectUrl>https://github.com/aritchie/barcodes</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>A cross platform barcode scanner/creator built on top of ZXing.Net.Mobile to allow for easy cross platform access from your Shared/PCL core libraries</description>
    <releaseNotes>Make Init error when initializing more than once
Add a PCL warning and error for using its Init method</releaseNotes>
    <tags>xamarin xam.pcl barcode</tags>
    <dependencies>
      <group targetFramework="MonoAndroid0.0">
        <dependency id="ZXing.Net.Mobile" version="[1.4.7.1, 2.0)" />
      </group>
      <group targetFramework="Xamarin.iOS1.0">
        <dependency id="ZXing.Net.Mobile" version="[1.4.7.1, 2.0)" />
      </group>
      <group targetFramework="WindowsPhone8.0">
        <dependency id="ZXing.Net.Mobile" version="[1.4.7.1, 2.0)" />
      </group>
    </dependencies>
  </metadata>
</package>