forked from Clancey/SimpleAuth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSimpleAuth.OnePassword.nuspec
More file actions
24 lines (23 loc) · 1.11 KB
/
SimpleAuth.OnePassword.nuspec
File metadata and controls
24 lines (23 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Clancey.SimpleAuth.OnePassword</id>
<version>1.0.1</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>iOS One Password support for SimpleAuth</description>
<summary>Adds Onepassword support for iOS
SimpleAuth.OnePassword.Activate()</summary>
<releaseNotes>Initial Version</releaseNotes>
<copyright>James Clancey</copyright>
<dependencies>
<dependency id="Clancey.SimpleAuth" version="1.0.4"/>
<dependency id="clancey.OnePassword" version="1.0.2"/>
</dependencies>
</metadata>
<files>
<file src="src\SimpleAuth.OnePassword.iOS\bin\iPhone\Release\SimpleAuth.OnePassword.iOS.dll" target="lib\Xamarin.iOS10\SimpleAuth.OnePassword.iOS.dll" />
</files>
</package>