-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappauth.nuspec
25 lines (25 loc) · 1.25 KB
/
appauth.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/2010/07/nuspec.xsd">
<metadata>
<!-- Required elements-->
<id>Naxam.AppAuth.iOS</id>
<version>0.9.1</version>
<description>Xamarin Binding Library - AppAuth</description>
<authors>NAXAM</authors>
<owners>NAXAM CO.,LTD</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Naxam - AppAuth for tvOS</title>
<releaseNotes>AppAuth v0.9.1 for tvOS</releaseNotes>
<summary>Xamarin Binding Library - AppAuth</summary>
<iconUrl>https://avatars1.githubusercontent.com/u/25535951</iconUrl>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/NAXAM/gtmappauth-ios-binding</projectUrl>
<copyright>Copyright (c) 2017 NAXAM</copyright>
<tags>Xamarin.iOS, appauth</tags>
</metadata>
<!-- Optional 'files' node -->
<files>
<!-- <file src="Naxam.AppAuth.iOS/bin/Release/Naxam.AppAuth.iOS.dll" target="lib/Xamarin.iOS10/Naxam.AppAuth.iOS.dll" />-->
<file src="Naxam.AppAuth.tvOS/bin/Release/Naxam.AppAuth.tvOS.dll" target="lib/Xamarin.tvOS/Naxam.AppAuth.tvOS.dll" />
</files>
</package>