Files
acceptance-tests
data
docs
external
Newtonsoft.Json
api-doc-tools
api-snapshot
aspnetwebstack
binary-reference-assemblies
bockbuild
boringssl
cecil
cecil-legacy
corefx
corert
ikdasm
ikvm
linker
nuget-buildtasks
nunit-lite
roslyn-binaries
rx
Ix
Rx
NET
Resources
Samples
Source
.nuget
Microsoft.Reactive.Testing
Playground
References
Rx_Xamarin
android
iOS
.gitignore
README.md
ReactiveExtensionsForAndroid.nuspec
ReactiveExtensionsForiOS.nuspec
Rx_Xamarin_android.sln
Rx_Xamarin_iOS.sln
reactive.pub
System.Reactive.Core
System.Reactive.Debugger
System.Reactive.Experimental
System.Reactive.Interfaces
System.Reactive.Linq
System.Reactive.Observable.Aliases
System.Reactive.PlatformServices
System.Reactive.Providers
System.Reactive.Runtime.Remoting
System.Reactive.Windows.Forms
System.Reactive.Windows.Threading
System.Reactive.WindowsRuntime
Tests.System.Reactive
packages
.gitattributes
.gitignore
35MSSharedLib1024.snk
Build.bat
BuildAll.proj
BuildSetup.bat
Clean.bat
Common.targets
Import.targets
Local.testsettings
README.txt
Rx.ruleset
Rx.sln.REMOVED.git-id
Test.ruleset
TraceAndTestImpact.testsettings
license.txt
packages.config
Test
tools
component
xpkg
.gitignore
README-microsoft-original.md
README.md
Rakefile
mono.patch
replacer.sh
xunit-binaries
ikvm-native
libgc
llvm
m4
man
mcs
mono
msvc
po
runtime
samples
scripts
support
tools
COPYING.LIB
LICENSE
Makefile.am
Makefile.in
NEWS
README.md
acinclude.m4
aclocal.m4
autogen.sh
code_of_conduct.md
compile
config.guess
config.h.in
config.rpath
config.sub
configure.REMOVED.git-id
configure.ac.REMOVED.git-id
depcomp
install-sh
ltmain.sh.REMOVED.git-id
missing
mkinstalldirs
mono-uninstalled.pc.in
test-driver
winconfig.h
linux-packaging-mono/external/rx/Rx/NET/Source/Rx_Xamarin/ReactiveExtensionsForiOS.nuspec

29 lines
1.9 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>ReactiveExtensionsForiOS</id>
<version>2.1.0</version>
<authors>Microsoft Open Technologies, Inc</authors>
<owners>Xamarin Inc.</owners>
<licenseUrl>https://raw.github.com/mono/rx/master/Rx/NET/Source/license.txt</licenseUrl>
<projectUrl>https://github.com/mono/rx</projectUrl>
<iconUrl>https://raw.github.com/mono/rx/master/Rx/NET/Resources/Artwork/Logo_Color.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators. (iOS)</description>
<releaseNotes>Initial NuGet package release. WARNING: Rx depends on generics a lot, and they will fail on device. You should really test your code on device. Also you want to use the generic enhanced versions of Xamarin.iOS.</releaseNotes>
<copyright>Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.</copyright>
<tags>Rx Reactive Linq Xamarin iOS</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Core" targetFramework="MonoTouch" />
</frameworkAssemblies>
</metadata>
<files>
<file target="lib/MonoTouch" src="iOS/rx/System.Reactive.Interfaces/bin/Release/System.Reactive.Interfaces.dll" />
<file target="lib/MonoTouch" src="iOS/rx/System.Reactive.Core/bin/Release/System.Reactive.Core.dll" />
<file target="lib/MonoTouch" src="iOS/rx/System.Reactive.Linq/bin/Release/System.Reactive.Linq.dll" />
<file target="lib/MonoTouch" src="iOS/rx/System.Reactive.PlatformServices/bin/Release/System.Reactive.PlatformServices.dll" />
<file target="lib/MonoTouch" src="iOS/rx/System.Reactive.Debugger/bin/Release/System.Reactive.Debugger.dll" />
<file target="lib/MonoTouch" src="iOS/rx/System.Reactive.Experimental/bin/Release/System.Reactive.Experimental.dll" />
</files>
</package>