forked from mattleibow/Microsoft-Band-SDK-Bindings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDotNetDevAddict.Microsoft.Band.Xamarin.nuspec
24 lines (24 loc) · 1.48 KB
/
DotNetDevAddict.Microsoft.Band.Xamarin.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>DotNetDevAddict.Microsoft.Band.Xamarin</id>
<version>1.3.1-preview</version>
<title>Microsoft Band SDK Preview for Xamarin</title>
<authors>.NET Development Addict</authors>
<licenseUrl>https://raw.githubusercontent.com/mattleibow/Microsoft-Band-SDK-Bindings/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/mattleibow/Microsoft-Band-SDK-Bindings</projectUrl>
<iconUrl>https://raw.githubusercontent.com/mattleibow/Microsoft-Band-SDK-Bindings/master/Icons/microsoft-band-sdk_256x256.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Extend the experience of your application to your users' wrists via a new dimension of interaction.</description>
<copyright>Microsoft and .NET Development Addict</copyright>
<dependencies>
<group targetFramework="portable-net45+win+wpa81">
<dependency id="Microsoft.Band" version="1.3.10219-preview" />
</group>
</dependencies>
</metadata>
<files>
<file src="Microsoft.Band/Microsoft.Band.Android/bin/Release/Microsoft.Band.Android.dll" target="lib/MonoAndroid/Microsoft.Band.Android.dll" />
<file src="Microsoft.Band/Microsoft.Band.iOS/bin/Release/Microsoft.Band.iOS.dll" target="lib/XamariniOS/Microsoft.Band.iOS.dll" />
</files>
</package>