forked from jdbrock/material-colors-xf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMaterialColorsXF.nuspec
22 lines (21 loc) · 964 Bytes
/
MaterialColorsXF.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>MaterialColorsXF</id>
<version>1.0.1</version>
<title>Material Design Colors - Xamarin Forms</title>
<authors>Joe Brock</authors>
<owners>Joe Brock</owners>
<projectUrl>https://github.com/jdbrock/material-colors-xf</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Material design colors which you can use statically from Xamarin Forms.
See GitHub for usage.</description>
<dependencies>
<dependency id="Xamarin.Forms" version="2.3.3.180" />
</dependencies>
</metadata>
<files>
<file src="MaterialDesignColors\bin\Release\MaterialDesignColors.dll"
target="lib\portable-net45+win8+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\MaterialDesignColors.dll" />
</files>
</package>