Eto.Platform.iOS by Picoe Software Solutions Inc.

<PackageReference Include="Eto.Platform.iOS" Version="2.0.1" />

 Eto.Platform.iOS 2.0.1

This is the iOS mobile platform for Eto.Forms UI Framework. Include this along with your Eto.Forms application to provide an iOS interface for iPhone/iPad/iPod touch users using Xamarin.iOS. You do not need to use any of the classes of this assembly (unless customizing the iOS functionality of the platform), and should just use the UI controls from the Eto assembly.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Eto.Platform.iOS</id>
    <version>2.0.1</version>
    <title>Eto.Forms - iOS Platform</title>
    <authors>Picoe Software Solutions Inc.</authors>
    <owners>Picoe Software Solutions Inc.</owners>
    <licenseUrl>https://github.com/picoe/Eto/raw/master/LICENSE</licenseUrl>
    <projectUrl>https://github.com/picoe/Eto</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>This is the iOS mobile platform for Eto.Forms UI Framework.
    	
Include this along with your Eto.Forms application to provide an iOS interface for iPhone/iPad/iPod touch users using Xamarin.iOS.
    	
You do not need to use any of the classes of this assembly (unless customizing the iOS functionality of the platform), and should just use the UI controls from the Eto assembly.</description>
    <summary>iOS Platform for the Eto.Forms UI Framework</summary>
    <copyright>(c) 2010-2014 by Curtis Wensley, 2012-2014 by Vivek Jhaveri and contributors</copyright>
    <tags>cross platform gui ui framework desktop ios eto.forms</tags>
    <dependencies>
      <dependency id="Eto.Forms" version="[2.0.1]" />
    </dependencies>
  </metadata>
</package>