-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHeapInc.Xamarin.Android.nuspec
27 lines (25 loc) · 1.13 KB
/
HeapInc.Xamarin.Android.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
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>HeapInc.Xamarin.Android</id>
<version>0.4.0</version>
<authors>HeapInc</authors>
<description>Heap manual track SDK for Xamarin on Android</description>
<license type="expression">MIT</license>
<projectUrl>https://github.com/heap/heap-xamarin-bridge-sdk</projectUrl>
<readme>docs\README.md</readme>
<dependencies>
<group targetFramework="MonoAndroid13.0">
<dependency id="HeapInc.Xamarin" version="[0.4, 1)" />
<!-- Dependencies from https://github.com/heap/heap-android-core/blob/main/core/build.gradle -->
<dependency id="Xamarin.KotlinX.Coroutines.Core.Jvm" version="1.6.1" />
<dependency id="Xamarin.GooglePlayServices.Ads.Identifier" version="118.0.0" />
<dependency id="Xamarin.Google.Guava" version="28.0.0" />
<dependency id="Xamarin.Protobuf.JavaLite" version="3.21.12" />
<dependency id="Xamarin.AndroidX.WebKit" version="1.3.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="README.md" target="docs/" />
</files>
</package>