forked from enisn/Xamarin.Forms.InputKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInputKit.nuspec
86 lines (63 loc) · 4.22 KB
/
InputKit.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<!-- The identifier that must be unique within the hosting gallery -->
<id>Xamarin.Forms.InputKit</id>
<!-- The package version number that is used when resolving dependencies -->
<version>2.3.5</version>
<!-- Authors contain text that appears directly on the gallery -->
<authors>Enis Necipoglu</authors>
<!-- Owners are typically nuget.org identities that allow gallery
users to easily find other packages by the same owners. -->
<owners>Enis Necipoglu</owners>
<!-- License and project URLs provide links for the gallery -->
<licenseUrl>https://github.com/enisn/Xamarin.Forms.InputKit</licenseUrl>
<projectUrl>https://github.com/enisn/Xamarin.Forms.InputKit</projectUrl>
<!-- The icon is used in Visual Studio's package manager UI -->
<iconUrl>http://enisnecipoglu.com/Plugins/inputkit.png</iconUrl>
<!-- If true, this value prompts the user to accept the license when
installing the package. -->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!-- Any details about this particular release -->
<releaseNotes>Fixes and improvements</releaseNotes>
<title>Common controls mostly required</title>
<summary>
Checkbox, Radio Button,Dropdown, Advanced Entry, Advanced Slider included this package
</summary>
<description>
...
This package includes awesome controls to get inputs easily from users and make validation easier.
Just import NuGet package to your project and use it!
There is no any Init() methods for your each platform!
</description>
<!-- Copyright information -->
<copyright>Copyright ©2018 Enis Necipoglu</copyright>
<!-- Tags appear in the gallery and can be used for tag searches -->
<tags>xamarin, windows, ios, android, xamarin.forms, plugin, InputKit, checkbox, radiobutton,radio button, slider, dropdown</tags>
<!-- Dependencies are automatically installed when the package is installed -->
<dependencies>
<dependency id="Xamarin.Forms" version="3.1.0.583944" />
</dependencies>
</metadata>
<!-- A readme.txt to display when the package is installed -->
<files>
<!--Readme to display after installaction-->
<file src="readme.txt" target="" />
<file src="InputKit\Resources\arrow_down.png" target="Resources" />
<!-- Cross-platform reference assemblies -->
<file src="InputKit\bin\Release\netstandard2.0\Plugin.InputKit.dll" target="lib\netstandard2.0\Plugin.InputKit.dll" />
<file src="InputKit\bin\Release\netstandard2.0\Plugin.InputKit.xml" target="lib\netstandard2.0\Plugin.InputKit.xml" />
<file src="InputKit\bin\Release\monoandroid81\monoandroid81\Plugin.InputKit.dll" target="lib\monoandroid81\Plugin.InputKit.dll" />
<file src="InputKit\bin\Release\monoandroid81\monoandroid81\Plugin.InputKit.xml" target="lib\monoandroid81\Plugin.InputKit.xml" />
<file src="InputKit\bin\Release\xamarin.ios10\Plugin.InputKit.dll" target="lib\xamarin.ios10\Plugin.InputKit.dll" />
<file src="InputKit\bin\Release\xamarin.ios10\Plugin.InputKit.xml" target="lib\xamarin.ios10\Plugin.InputKit.xml" />
<!--<file src="InputKit\bin\Release\uap10.0.16299\Plugin.InputKit.dll" target="lib\uap10.0.16299\Plugin.InputKit.dll" />
<file src="InputKit\bin\Release\uap10.0.16299\Plugin.InputKit.xml" target="lib\uap10.0.16299\Plugin.InputKit.xml" />-->
<!-- <file src="InputKit\bin\Release\xamarin.mac20\Plugin.InputKit.dll" target="lib\xamarin.mac20\Plugin.InputKit.dll" />
<file src="InputKit\bin\Release\xamarin.mac20\Plugin.InputKit.xml" target="lib\xamarin.mac20\Plugin.InputKit.xml" /> -->
<!--<file src="InputKit\bin\Release\xamarin.tvos10\Plugin.InputKit.dll" target="lib\xamarin.tvos10\Plugin.InputKit.dll" />
<file src="InputKit\bin\Release\xamarin.tvos10\Plugin.InputKit.xml" target="lib\xamarin.tvos10\Plugin.InputKit.xml" />
<file src="InputKit\bin\Release\xamarin.watchos10\Plugin.InputKit.dll" target="lib\xamarin.watchos10\Plugin.InputKit.dll" />
<file src="InputKit\bin\Release\xamarin.watchos10\Plugin.InputKit.xml" target="lib\xamarin.watchos10\Plugin.InputKit.xml" />-->
</files>
</package>