Created
February 13, 2015 20:38
-
-
Save mattleibow/0bf9fe8bcb6321f91314 to your computer and use it in GitHub Desktop.
OxyPlot component.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%YAML 1.2 | |
--- | |
id: oxyplot | |
name: OxyPlot | |
version: COMPONENT_VERSION | |
summary: A cross-platform plotting library for .NET | |
publisher: OxyPlot.org | |
publisher-url: http://oxyplot.org | |
src-url: https://github.com/oxyplot/oxyplot | |
details: content/Details.md | |
license: content/License.md | |
getting-started: content/GettingStarted.md | |
samples: | |
- name: "iOS Unified Sample" | |
path: samples/OxyPlotSample.iOS.sln | |
- name: "Android Sample" | |
path: samples/OxyPlotSample.Android.sln | |
- name: "Windows Phone Sample" | |
path: samples/OxyPlotSample.WindowsPhone.sln | |
is_shell: true | |
packages: | |
android: | |
- OxyPlot.Core, Version=NUGET_VERSION | |
- OxyPlot.Mobile, Version=NUGET_VERSION | |
ios: | |
- OxyPlot.Core, Version=NUGET_VERSION | |
- OxyPlot.Mobile, Version=NUGET_VERSION | |
ios-unified: | |
- OxyPlot.Core, Version=NUGET_VERSION | |
- OxyPlot.Mobile, Version=NUGET_VERSION | |
winrt: | |
- OxyPlot.Core, Version=NUGET_VERSION | |
- OxyPlot.Mobile, Version=NUGET_VERSION | |
wp8: | |
- OxyPlot.Core, Version=NUGET_VERSION | |
- OxyPlot.Mobile, Version=NUGET_VERSION | |
icons: | |
- icons/OxyPlot_128x128.png | |
- icons/OxyPlot_512x512.png | |
popover: content/Popover.png | |
screenshots: | |
- content/Screenshot.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment