forked from bantikyan/icheck-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
icheck-bootstrap.nuspec
24 lines (24 loc) · 921 Bytes
/
icheck-bootstrap.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
<?xml version="1.0"?>
<package >
<metadata>
<id>icheck-bootstrap</id>
<version>3.0.1</version>
<title>icheck-bootstrap</title>
<authors>Hovhannes Bantikyan</authors>
<owners>bantikyan</owners>
<licenseUrl>https://github.com/bantikyan/icheck-bootstrap/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/bantikyan/icheck-bootstrap</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Pure css checkboxes and radio buttons for Twitter Bootstrap.</description>
<releaseNotes>
* Removed dependencies from icon-fonts
* Reduced file size
</releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>checkbox radio bootstrap pure css</tags>
</metadata>
<files>
<file src="icheck-bootstrap.css" target="Content\Content" />
<file src="icheck-bootstrap.min.css" target="Content\Content" />
</files>
</package>