oxyplot-xamarin/Source/OxyPlot.Xamarin.iOS/OxyPlot.Xamarin.iOS.nuspec

27 строки
1.3 KiB
XML

<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>OxyPlot.Xamarin.iOS</id>
<title>OxyPlot for Xamarin.iOS</title>
<version>0.0.0</version>
<authors>Oystein Bjorke</authors>
<description>OxyPlot is a plotting library for .NET. This package targets Xamarin.iOS apps (both classic and unified APIs).</description>
<releaseNotes></releaseNotes>
<licenseUrl>https://raw.githubusercontent.com/oxyplot/oxyplot/master/LICENSE</licenseUrl>
<projectUrl>http://oxyplot.org/</projectUrl>
<iconUrl>https://raw.githubusercontent.com/oxyplot/oxyplot/master/Icons/OxyPlot_128.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<tags>xamarin iOS plotting plot charting chart</tags>
<dependencies>
<dependency id="OxyPlot.Core" version="[0.0.0]"/>
</dependencies>
</metadata>
<files>
<file src="../../Output/MonoTouch/OxyPlot.MonoTouch.???" target="lib/MonoTouch"/>
<file src="../../Output/Xamarin.iOS/OxyPlot.Xamarin.iOS.???" target="lib/Xamarin.iOS10"/>
<file src="../../README.md" />
<file src="../../CHANGELOG.md" />
</files>
</package>