Skip to content

Commit 593e8d5

Browse files
committed
Merge pull request #14 from ololabs/nuget
Add 2.0.0-beta nuspec
2 parents 7f2b8ee + 3f2ab1c commit 593e8d5

File tree

4 files changed

+43
-1
lines changed

4 files changed

+43
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ obj/
2828
_ReSharper*/
2929
[Tt]est[Rr]esult*
3030
packages/
31-
*.userprefs
31+
*.userprefs
32+
*.nupkg

LICENSE

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Microsoft Public License (MS-PL)
2+
3+
This license governs use of the accompanying software. If you use the software, you
4+
accept this license. If you do not accept the license, do not use the software.
5+
6+
1. Definitions
7+
The terms "reproduce," "reproduction," "derivative works," and "distribution" have the
8+
same meaning here as under U.S. copyright law.
9+
A "contribution" is the original software, or any additions or changes to the software.
10+
A "contributor" is any person that distributes its contribution under this license.
11+
"Licensed patents" are a contributor's patent claims that read directly on its contribution.
12+
13+
2. Grant of Rights
14+
(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
15+
(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
16+
17+
3. Conditions and Limitations
18+
(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
19+
(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
20+
(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
21+
(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
22+
(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.

nuspec/Cirrious.FluentLayout.nuspec

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3+
<metadata>
4+
<id>Cirrious.FluentLayout</id>
5+
<version>2.0.0-beta1</version>
6+
<authors>slodge</authors>
7+
<owners>gshackles,slodge</owners>
8+
<licenseUrl>https://github.com/slodge/Cirrious.FluentLayout/blob/master/LICENSE</licenseUrl>
9+
<projectUrl>https://github.com/slodge/Cirrious.FluentLayout</projectUrl>
10+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
11+
<description>Easy API for using AutoLayout in iOS</description>
12+
<releaseNotes>Unified API support</releaseNotes>
13+
<copyright>Copyright 2015</copyright>
14+
<tags>iOS AutoLayout</tags>
15+
</metadata>
16+
<files>
17+
<file src="../Cirrious.FluentLayout/bin/iPhoneSimulator/Release/Cirrious.FluentLayouts.Touch.dll" target="lib/Xamarin.iOS10/Cirrious.FluentLayouts.Touch.dll" />
18+
</files>
19+
</package>

nuspec/nuget.exe

1.59 MB
Binary file not shown.

0 commit comments

Comments
 (0)