-
Notifications
You must be signed in to change notification settings - Fork 47
/
Share.Plugin.nuspec
67 lines (62 loc) · 2.66 KB
/
Share.Plugin.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>Plugin.Share</id>
<version>$version$</version>
<title>Share Plugin for Xamarin and Windows</title>
<authors>Jakob Gürtl,James Montemagno</authors>
<owners>Jakob Gürtl,JamesMontemagno</owners>
<iconUrl>http://refractored.com/images/plugin_share.png</iconUrl>
<licenseUrl>https://github.com/jguertl/SharePlugin/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/jguertl/SharePlugin</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Share Plugin for Xamarin and Windows to share text, link, copy text to clipboard, or open a browser.
</description>
<dependencies>
<group targetFramework="net">
</group>
<group targetFramework="win">
</group>
<group targetFramework="wp">
</group>
<group targetFramework="wpa">
</group>
<group targetFramework="netstandard1.0">
<dependency id="NETStandard.Library" version="1.6.1" />
</group>
<group targetFramework="MonoAndroid10">
<dependency id="Xamarin.Android.Support.CustomTabs" version="25.4.0.2"/>
<dependency id="Plugin.CurrentActivity" version="1.0.1"/>
</group>
<group targetFramework="Xamarin.iOS10">
</group>
<group targetFramework="Xamarin.Mac20">
</group>
<group targetFramework="portable-net45+win+wpa81+wp80">
</group>
<group targetFramework="uap">
</group>
<group targetFramework="dotnet">
</group>
<group targetFramework="xamarintvos">
</group>
<group targetFramework="xamarinwatchos">
</group>
</dependencies>
<releaseNotes>
</releaseNotes>
<summary>Share Plugin for Xamarin and Windows to share text, link, or open a browser.</summary>
<tags>share, open url, clipboard, sfsafariwebviewcontroller, chrome custom tabs, share text, share link, browser, xamarin, pcl, xam.pcl, windows phone, winphone, wp8, android, xamarin.forms, ios</tags>
</metadata>
<files>
<!--Core-->
<file src="Share\Share.Plugin\bin\Release\netstandard1.0\Plugin.Share.*" target="lib\netstandard1.0" />
<!--Xamarin.Android-->
<file src="Share\Share.Plugin.Android\bin\Release\Plugin.Share.*" target="lib\MonoAndroid10" />
<!--Xamarin.iOS-->
<file src="Share\Share.Plugin.iOS\bin\iPhone\Release\Plugin.Share.*" target="lib\Xamarin.iOS10" />
<!--UWP-->
<file src="Share\Share.Plugin.UWP\bin\Release\Plugin.Share.*" target="lib\UAP10" />
</files>
</package>