summaryrefslogtreecommitdiff
path: root/.nuspec/Xamarin.Forms.AppLinks.nuspec
blob: 39b03c79b1534405f99b795da10f92c9e0e89907 (plain)
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
<?xml version="1.0"?>
<package >
  <metadata>
    <id>Xamarin.Forms.AppLinks$IdAppend$</id>
    <version>$version$</version>
    <authors>Xamarin Inc.</authors>
    <owners>Xamarin Inc.</owners>
    <tags>xamarin forms applinks xamarinforms xamarin.forms</tags>
    <licenseUrl>http://aka.ms/xamarin-forms-license</licenseUrl>
    <iconUrl>http://xamarin.com/content/images/nuget/xamarin.png</iconUrl>
    <projectUrl>http://xamarin.com/forms</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Add support for deep linking and indexing app content using Xamarin.Forms on the Android Platform</description>
    <copyright>Copyright 2013-2017</copyright>
    <dependencies>
      <group targetFramework="MonoAndroid10">
        <dependency id="Xamarin.Android.Support.v4" version="[23.3.0]"/>
        <dependency id="Xamarin.GooglePlayServices.AppIndexing" version="[29.0.0.1]"/>
      </group>
      <group targetFramework="MonoAndroid71">
        <dependency id="Xamarin.GooglePlayServices.AppIndexing" version="42.1021.1"/>
      </group>
    </dependencies>
    <references>
      <group targetFramework="MonoAndroid10">
        <reference file="Xamarin.Forms.Platform.Android.AppLinks.dll" />
      </group>
    </references>
  </metadata>
  <files>
    <file src="..\Xamarin.Forms.Platform.Android.AppLinks\bin\$Configuration$\Xamarin.Forms.Platform.Android.AppLinks.dll" target="lib\MonoAndroid10" />
  </files>
</package>