forked from tomasmcguinness/dotnet-passbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dotnet-passbook.nuspec
23 lines (23 loc) · 1.2 KB
/
dotnet-passbook.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>dotnet-passbook</id>
<version>0.9.8</version>
<title>Passbook Generator</title>
<authors>Tomas McGuinness</authors>
<owners />
<licenseUrl>http://tomasmcguinness.mit-license.org/</licenseUrl>
<projectUrl>https://github.com/tomasmcguinness/dotnet-passbook</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Generate pass files for Apple's iOS 6.0 passbook. This library allows you to build and sign a pkpass file.</description>
<summary>Generate pass files for Apple's iOS 6.0 passbook.</summary>
<releaseNotes>Added support for AssociatedStoreIdentifiers allowing you to link a pass to an existing iOS App using its Apple Identifier</releaseNotes>
<tags>PassBook Wallet</tags>
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="Newtonsoft.Json" version="4.5.10" />
<dependency id="BouncyCastle" version="1.7.0" />
</group>
</dependencies>
</metadata>
</package>