forked from Redth/PushSharp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
PushSharp.nuspec
33 lines (32 loc) · 1.89 KB
/
PushSharp.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
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>DotNetPush</id>
<version>$version$</version>
<title>DotNetPush</title>
<authors>Redth</authors>
<owners>Redth</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0.txt</licenseUrl>
<projectUrl>https://github.com/nblockchain/DotNetPush/</projectUrl>
<iconUrl>https://github.com/Redth/PushSharp/raw/master/Resources/PushSharp-Icon-NuGet-Small.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A server-side library for sending Push Notifications to iOS/OSX (APNS), Android/Chrome (GCM)</description>
<summary>A server-side library for sending Push Notifications (APNS, GCM)</summary>
<releaseNotes>
5.0.0 - Fork of PushSharp
</releaseNotes>
<copyright>2012-2016 Redth</copyright>
<language>en-US</language>
<tags>APN, APNS, GCM, XMPP, ADM, GCMXMPP, C2DM, PAP, iOS, Android, iPad, iPhone, PushSharp, MDM, Push, Push Notifications, Google Cloud, Cloud Messaging, Google Cloud Messaging, OSX, Mac</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="7.0.1" />
</dependencies>
</metadata>
<files>
<file src="PushSharp.Core\bin\Release\PushSharp.Core.dll" target="lib\net45\PushSharp.Core.dll" />
<file src="PushSharp.Apple\bin\Release\PushSharp.Apple.dll" target="lib\net45\PushSharp.Apple.dll" />
<!-- <file src="PushSharp.Apple\bin\Release\HttpTwo.dll" target="lib\net45\HttpTwo.dll" /> -->
<!-- <file src="PushSharp.Apple\bin\Release\HttpTwo.HPack.dll" target="lib\net45\HttpTwo.HPack.dll" /> -->
<file src="PushSharp.Google\bin\Release\PushSharp.Google.dll" target="lib\net45\PushSharp.Google.dll" />
</files>
</package>