-
Notifications
You must be signed in to change notification settings - Fork 7
/
ParticleSDK.nuspec
34 lines (34 loc) · 1.75 KB
/
ParticleSDK.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
34
<?xml version="1.0"?>
<package >
<metadata>
<id>ParticleXamarinSDK</id>
<version></version>
<authors>Michael Watson</authors>
<owners>Michael Watson</owners>
<tags>xamarin particle C# .net</tags>
<licenseUrl>https://github.com/michael-watson/particle-xamarin#license</licenseUrl>
<iconUrl>http://xamarin.com/content/images/nuget/xamarin.png</iconUrl>
<projectUrl>https://github.com/michael-watson/particle-xamarin</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Particle Cloud SDK for C# PCL Projects, specifically Xamarin products. This does work with Xamrarin.Forms as well.</description>
<dependencies>
<group targetFramework="portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10">
<dependency id="Newtonsoft.Json" version="8.0.2"/>
<dependency id="modernhttpclient" version="2.4.2"/>
</group>
</dependencies>
<references>
<group targetFramework="portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10">
<reference file="Particle.dll" />
<!--<reference file="Particle.pdb" />-->
</group>
</references>
</metadata>
<files>
<!--PCL-->
<file src="lib/Particle.dll" target="lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
<file src="lib/*.pdb" target="lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
<!--<file src="Particle/bin/Release/Particle.dll" target="lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
<file src="Particle/bin/Release/*.pdb" target="lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />-->
</files>
</package>