forked from reactiveui/ReactiveUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReactiveUI-AndroidSupport.nuspec
More file actions
22 lines (21 loc) · 1017 Bytes
/
ReactiveUI-AndroidSupport.nuspec
File metadata and controls
22 lines (21 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>reactiveui-androidsupport</id>
<version>$version$</version>
<description>ReactiveUI extensions for the Android Support Library</description>
<language>en-us</language>
<dependencies>
<dependency id="reactiveui-core" version="$version$" />
<dependency id="Xamarin.Android.Support.v4" version="22.1.1.1" />
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="22.1.1.1" />
<dependency id="Xamarin.Android.Support.v7.RecyclerView" version="22.1.1.1" />
</dependencies>
</metadata>
<files>
<!-- Android -->
<file src="bin/Release/MonoAndroid403/ReactiveUI.AndroidSupport.dll" target="lib/MonoAndroid403/ReactiveUI.AndroidSupport.dll" />
<!-- Source -->
<file src="*.cs" target="src" />
</files>
</package>