-
Notifications
You must be signed in to change notification settings - Fork 3
/
XBottomSheet.Debug.nuspec
39 lines (39 loc) · 2.08 KB
/
XBottomSheet.Debug.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
35
36
37
38
39
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata minClientVersion="">
<id>XBottomSheet</id>
<version>1.0.0</version>
<title>XBottomSheet</title>
<authors>Grendio</authors>
<owners>Grendio</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/grendio/XBottomSheet/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/grendio/XBottomSheet</projectUrl>
<iconUrl>https://avatars1.githubusercontent.com/u/45300196</iconUrl>
<description>BottomSheet component for Xamarin.Droid and Xamarin.iOS</description>
<summary>BottomSheet component for Xamarin.Droid and Xamarin.iOS</summary>
<releaseNotes></releaseNotes>
<copyright></copyright>
<language>en-US</language>
<tags>bottomsheet, android, xamarin, ios</tags>
<dependencies>
<group targetFramework="MonoAndroid1.0">
<dependency id="Xamarin.Android.Support.Design" version="25.0.2.1" />
</group>
<group targetFramework="Xamarin.iOS1.0" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="Java.Interop" targetFramework="MonoAndroid1.0" />
<frameworkAssembly assemblyName="Mono.Android" targetFramework="MonoAndroid1.0" />
<frameworkAssembly assemblyName="System.Core" targetFramework="MonoAndroid1.0" />
<frameworkAssembly assemblyName="System" targetFramework="MonoAndroid1.0" />
<frameworkAssembly assemblyName="System.Xml" targetFramework="MonoAndroid1.0" />
<frameworkAssembly assemblyName="Xamarin.iOS" targetFramework="Xamarin.iOS1.0" />
</frameworkAssemblies>
</metadata>
<files>
<file src="XBottomSheet.Droid\bin\Debug\XBottomSheet.Droid.dll" target="lib\MonoAndroid10\XBottomSheet.Droid.dll" />
<file src="XBottomSheet.Droid\Resources\values\attrs.xml" target="content\MonoAndroid10\Resources\values\attrs.xml" />
<file src="XBottomSheet.Touch\bin\iPhoneSimulator\Debug\XBottomSheet.Touch.dll" target="lib\Xamarin.iOS1.0\XBottomSheet.Touch.dll" />
</files>
</package>