-
Notifications
You must be signed in to change notification settings - Fork 48
/
SimpleAuth.Google.iOS.nuspec
25 lines (25 loc) · 1.15 KB
/
SimpleAuth.Google.iOS.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Clancey.SimpleAuth.Google.iOS</id>
<version>1.0.4</version>
<authors>Clancey</authors>
<licenseUrl>https://github.com/Clancey/SimpleAuth/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/clancey/SimpleAuth</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Native Google support for SimpleAuth</description>
<summary> Just call
SimpleAuth.Providers.Google.Init();
Required Callbacks:
SimpleAuth.Native.OpenUrl(application, url, options);</summary>
<releaseNotes>Updated dependencies</releaseNotes>
<copyright>James Clancey</copyright>
<dependencies>
<dependency id="Clancey.SimpleAuth" version="1.0.53"/>
<dependency id="Xamarin.Google.iOS.SignIn" version="5.0.2.1"/>
</dependencies>
</metadata>
<files>
<file src="src\SimpleAuth.Google.iOS\bin\Debug\SimpleAuth.Google.iOS.dll" target="lib\Xamarin.iOS10\SimpleAuth.Google.iOS.dll" />
</files>
</package>