-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNControl.Controls.SvgImageView.dll.nuspec
38 lines (36 loc) · 1.97 KB
/
NControl.Controls.SvgImageView.dll.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0"?>
<package >
<metadata>
<id>NControl.Controls.SvgImageView</id>
<version>0.0.1-beta2</version>
<authors>Adam Patridge</authors>
<owners>Twin Technologies, Inc.</owners>
<licenseUrl>https://github.com/twintechs/TwinTechsFormsLib/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/twintechs/TwinTechsFormsLib/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Proof-of-concept NControl for rendering an SVG with optional 9-slice insets.</description>
<releaseNotes>
v0.0.1
• Initial test release.
</releaseNotes>
<copyright>Copyright 2016 Twin Technologies, Inc.</copyright>
<tags>xamarin forms android ios svg</tags>
<dependencies>
<group>
<dependency id="NGraphics" version="0.4.0" />
<dependency id="NControl" version="0.8.5" />
<dependency id="Xamarin.Forms" version="1.4.1.6349" />
</group>
</dependencies>
</metadata>
<files>
<!--Core-->
<file src="NControl.Controls.SvgImageView\bin\Release\NControl.Controls.SvgImageView.dll" target="lib\portable-net45+wp8+wpa81+win8+MonoAndroid10+MonoTouch10+Xamarin.iOS10\NControl.Controls.SvgImageView.dll" />
<!--Xamarin.iOS Unified-->
<file src="NControl.Controls.SvgImageView.iOS\bin\Release\NControl.Controls.SvgImageView.dll" target="lib\Xamarin.iOS10\NControl.Controls.SvgImageView.dll" />
<file src="NControl.Controls.SvgImageView.iOS\bin\Release\NControl.Controls.SvgImageView.iOS.dll" target="lib\Xamarin.iOS10\NControl.Controls.SvgImageView.iOS.dll" />
<!--Xamarin.Android-->
<file src="NControl.Controls.SvgImageView.Android\bin\Release\NControl.Controls.SvgImageView.dll" target="lib\MonoAndroid10\NControl.Controls.SvgImageView.dll" />
<file src="NControl.Controls.SvgImageView.Android\bin\Release\NControl.Controls.SvgImageView.Android.dll" target="lib\MonoAndroid10\NControl.Controls.SvgImageView.Android.dll" />
</files>
</package>