NControl by Christian Falch

<PackageReference Include="NControl" Version="0.5.8" />

 NControl 0.5.8

NControl is a Xamarin.Forms wrapper control built around the NGraphics library enabling developers to create custom controls without the need for custom renderers.

<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
  <metadata minClientVersion="2.8.1">
    <id>NControl</id>
    <version>0.5.8</version>
    <authors>Christian Falch</authors>
    <owners>Christian Falch</owners>
    <licenseUrl>https://github.com/chrfalch/NControl/blob/master/LICENSE.md</licenseUrl>
    <projectUrl>https://github.com/chrfalch/NControl/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>NControl is a Xamarin.Forms wrapper control built around the NGraphics library enabling developers to create custom controls without the need for custom renderers.</description>
    <releaseNotes>Released for iOS, Android and Windows Phone Silverlight 8.1.</releaseNotes>
    <copyright>Copyright 2015</copyright>
    <tags>xamarin pcl xam.pcl android xamarin.forms ios</tags>
    <dependencies>
      <dependency id="Xamarin.Forms" version="1.4.2.6355" />
      <dependency id="NGraphics" version="0.2.2" />
    </dependencies>
  </metadata>
</package>