-
Notifications
You must be signed in to change notification settings - Fork 1
/
XCarousel.nuspec
49 lines (49 loc) · 2.85 KB
/
XCarousel.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
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata minClientVersion="">
<id>XCarouselPicker</id>
<version>0.0.4-beta</version>
<title>XCarouselPicker</title>
<authors>Grendio</authors>
<owners>Grendio</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/grendio/XCarouselPicker/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/grendio/XCarouselPicker</projectUrl>
<iconUrl>https://avatars1.githubusercontent.com/u/45300196</iconUrl>
<description>Carousel Picker component for Xamarin.Droid and Xamarin.iOS</description>
<summary>Carousel Picker component for Xamarin.Droid and Xamarin.iOS</summary>
<releaseNotes></releaseNotes>
<copyright></copyright>
<language>en-US</language>
<tags>carousel, picker, android, xamarin, ios</tags>
<dependencies>
<group targetFramework="Xamarin.iOS1.0" />
<group targetFramework="MonoAndroid1.0">
<dependency id="Xamarin.Android.Arch.Core.Common" version="1.0.0" />
<dependency id="Xamarin.Android.Arch.Lifecycle.Common" version="1.0.3" />
<dependency id="Xamarin.Android.Arch.Lifecycle.Runtime" version="1.0.3" />
<dependency id="Xamarin.Android.Support.Animated.Vector.Drawable" version="27.0.2" />
<dependency id="Xamarin.Android.Support.Annotations" version="27.0.2" />
<dependency id="Xamarin.Android.Support.Compat" version="27.0.2" />
<dependency id="Xamarin.Android.Support.Core.UI" version="27.0.2" />
<dependency id="Xamarin.Android.Support.Core.Utils" version="27.0.2" />
<dependency id="Xamarin.Android.Support.Fragment" version="27.0.2" />
<dependency id="Xamarin.Android.Support.Media.Compat" version="27.0.2" />
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="27.0.2" />
<dependency id="Xamarin.Android.Support.Vector.Drawable" version="27.0.2" />
</group>
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="Xamarin.iOS" targetFramework="Xamarin.iOS1.0" />
<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" />
</frameworkAssemblies>
</metadata>
<files>
<file src="XCarousel.Touch\bin\iPhoneSimulator\Debug\XCarousel.Touch.dll" target="lib\Xamarin.iOS1.0\XCarousel.Touch.dll" />
<file src="XCarousel.Droid\bin\Debug\XCarousel.Droid.dll" target="lib\monoandroid10\XCarousel.Droid.dll" />
</files>
</package>