XLabs.Caching.SQLite by XLabs Team

<PackageReference Include="XLabs.Caching.SQLite" Version="2.0.0-pre3" />

 XLabs.Caching.SQLite 2.0.0-pre3

XLabs is a open source project that aims to provide a powerfull and cross platform set of controls tailored to work with Xamarin Forms. This package implements the caching provider using SQLite.

<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
  <metadata>
    <id>XLabs.Caching.SQLite</id>
    <version>2.0-pre3</version>
    <title>XLabs - Caching - SQLite</title>
    <authors>XLabs Team</authors>
    <owners>XLabs Team</owners>
    <licenseUrl>https://github.com/XForms/Xamarin-Forms-Labs/blob/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/XForms/Xamarin-Forms-Labs</projectUrl>
    <iconUrl>https://raw.githubusercontent.com/XForms/Xamarin-Forms-Labs/master/src/Xamarin.Forms.Labs/Design/Icons/nuget/icon_nuget.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>XLabs is a open source project that aims to provide a powerfull and cross platform set of controls tailored to work with Xamarin Forms.

			This package implements the caching provider using SQLite.</description>
    <summary>XLabs is a open source project that aims to provide a powerfull and cross platform set of controls tailored to work with Xamarin Forms.</summary>
    <releaseNotes />
    <language>en-US</language>
    <tags>Xamarin XLabs caching sqlite</tags>
    <dependencies>
      <group>
        <dependency id="SQLite.Net.Async-PCL" version="2.3.0" />
        <dependency id="XLabs.Caching" version="2.0.0-pre2" />
        <dependency id="XLabs.Serialization" version="2.0.0-pre2" />
      </group>
      <group targetFramework="Xamarin.iOS1.0">
        <dependency id="SQLite.Net.Async-PCL" version="2.3.0" />
        <dependency id="SQLite.Net.Platform.XamarinIOS" version="2.3.0" />
      </group>
      <group targetFramework="MonoAndroid0.0">
        <dependency id="SQLite.Net.Async-PCL" version="2.3.0" />
        <dependency id="SQLite.Net.Platform.XamarinAndroid" version="2.3.0" />
      </group>
      <group targetFramework="WindowsPhone8.0">
        <dependency id="SQLite.Net.Async-PCL" version="2.3.0" />
        <dependency id="SQLite.Net.Platform.WindowsPhone8" version="2.3.0" />
      </group>
    </dependencies>
  </metadata>
</package>