This repository was archived by the owner on Mar 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNetPush.nuspec
More file actions
30 lines (30 loc) · 1.46 KB
/
Copy pathNetPush.nuspec
File metadata and controls
30 lines (30 loc) · 1.46 KB
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
<?xml version="1.0"?>
<package >
<metadata>
<id>NetPush</id>
<version>0.0.2</version>
<authors>ckittelmann</authors>
<owners>ckittelmann</owners>
<licenseUrl>https://raw.githubusercontent.com/ckittelmann/net-push/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/ckittelmann/net-push</projectUrl>
<!--iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A .net libary written in c# to send push notifiations to iOS using APNs Token authentication</description>
<releaseNotes>Alpha release</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>APN APNS iOS iPad iPhone Push Push Notifications</tags>
<dependencies>
<dependency id="jose-jwt" version="2.4.0" />
<dependency id="Newtonsoft.Json" version="10.0.3" />
<dependency id="System.Buffers" version="4.4.0" />
<dependency id="System.Diagnostics.DiagnosticSource" version="4.3.1" />
<dependency id="System.Net.Http" version="4.3.1" />
<dependency id="System.Net.Http.WinHttpHandler" version="4.3.1" />
<dependency id="System.Security.Cryptography.X509Certificates" version="4.3.1" />
</dependencies>
</metadata>
<files>
<file src="NetPush.APNsToken\bin\Release\NetPush.APNsToken.dll" target="lib\net45\NetPush.APNsToken.dll" />
<file src="NetPush.Core\bin\Release\NetPush.Core.dll" target="lib\net45\NetPush.Core.dll" />
</files>
</package>