forked from migueldeicaza/MonoTouch.Dialog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MonoTouch.Dialog.nuspec
24 lines (24 loc) · 1.35 KB
/
MonoTouch.Dialog.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>MonoTouch.Dialog</id>
<version>2.0</version>
<title>MonoTouch.Dialog</title>
<authors>Miguel de Icaza</authors>
<owners>Miguel de Icaza</owners>
<projectUrl>https://github.com/migueldeicaza/MonoTouch.Dialog</projectUrl>
<licenseUrl>https://github.com/migueldeicaza/MonoTouch.Dialog/tree/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.</description>
<summary>Create simple user interfaces on iOS and tvOS with MonoTouch.Dialog</summary>
<releaseNotes></releaseNotes>
<copyright>2009-2018 Miguel de Icaza</copyright>
<tags>xamarin,ios,mac,xamarin.ios,xamarin.tvos,dialog</tags>
</metadata>
<files>
<file src="MonoTouch.Dialog/bin/iPhoneSimulator/Release/MonoTouch.Dialog.dll" target="lib/XamariniOS10" />
<file src="MonoTouch.Dialog/bin/iPhoneSimulator/Release/MonoTouch.Dialog.xml" target="lib/XamariniOS10" />
<file src="./MonoTouch.Dialog/bin/tvSimulator/Release/MonoTouch.Dialog.dll" target="lib/XamarintvOS10" />
<file src="./MonoTouch.Dialog/bin/tvSimulator/Release/MonoTouch.Dialog.xml" target="lib/XamarintvOS10" />
</files>
</package>