JWT.1.3.4.nuspec
607 Bytes
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>JWT</id>
<version>1.3.4</version>
<title>JWT</title>
<authors>John Sheehan, Michael Lehenbauer</authors>
<owners>John Sheehan, Michael Lehenbauer</owners>
<projectUrl>http://github.com/johnsheehan/jwt</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>JWT (JSON Web Token) Implementation for .NET (Public Domain)</description>
<summary />
<language>en-US</language>
<tags>jwt json</tags>
</metadata>
</package>