-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSmartway.UiComponent.nuspec
43 lines (40 loc) · 1.84 KB
/
Smartway.UiComponent.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
39
40
41
42
43
<?xml version="1.0"?>
<package>
<metadata>
<id>Smartway.UiComponent</id>
<version>1.0.0</version>
<title>Smartway.UiComponent</title>
<authors>Smartway</authors>
<owners>Smartway</owners>
<projectUrl>https://github.com/ZeroGachis/xamarin-ui</projectUrl>
<icon>smartway.png</icon>
<tags>xamarin forms xamarinforms xamarin.forms xamarinui xaml smartway design ui uikit ui-components</tags>
<license type="file">LICENSE</license>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>A Design system UI library that Smartway use and maintain for their mobile applications.</description>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Smartway.Barcode" version="0.1.0" />
<dependency id="Smartway.Mvvm" version="0.2.0" />
<dependency id="Smartway.ValueObjects" version="0.3.0" />
<dependency id="Xamarin.Forms" version="4.8.0" />
</group>
<group targetFramework="MonoAndroid9.0">
<dependency id="Smartway.Barcode" version="0.1.0" />
<dependency id="Smartway.Mvvm" version="0.2.0" />
<dependency id="Smartway.ValueObjects" version="0.3.0" />
<dependency id="Xamarin.Forms" version="4.8.0"/>
</group>
</dependencies>
</metadata>
<files>
<!-- License-->
<file src="LICENSE" target="LICENSE " />
<!-- Icon -->
<file src="smartway.png" target="" />
<!-- Cross-platform reference assemblies -->
<file src="Smartway.UiComponent\bin\Release\**" target="lib" />
<!-- Android reference assemblies -->
<file src="Smartway.UiComponent.Droid\bin\Release\**" target="lib\monoandroid90" />
</files>
</package>