-
Notifications
You must be signed in to change notification settings - Fork 0
/
logginginterceptor.nuspec
27 lines (27 loc) · 1.44 KB
/
logginginterceptor.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Required elements-->
<id>Naxam.SquareUp.OkHttp3.LoggingInterceptor</id>
<version>3.9.1.2</version>
<description>Xamarin.Android binding library - OkHttp3 LoggingInterceptor</description>
<authors>NAXAM</authors>
<owners>NAXAM CO.,LTD</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Naxam - Square OkHttp3 Logging Interceptor</title>
<releaseNotes>Fix issue: Missing native library</releaseNotes>
<summary>Xamarin.Android binding library - OkHttp3 LoggingInterceptor</summary>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/NAXAM/xand-okhttp3-logginginterceptor</projectUrl>
<copyright>Copyright (c) 2017 NAXAM</copyright>
<tags>Xamarin.Android, okhttp3, logging-interceptor, logginginterceptor</tags>
<dependencies>
<dependency id="Square.OkHttp3" version="3.8.1" />
<dependency id="Square.OkIO" version="1.13.0" />
</dependencies>
</metadata>
<!-- Optional 'files' node -->
<files>
<file src="Naxam.SquareUp.OkHttp3.LoggingInterceptor/bin/Release/Naxam.SquareUp.OkHttp3.LoggingInterceptor.dll" target="lib/MonoAndroid10/Naxam.SquareUp.OkHttp3.LoggingInterceptor.dll" />
</files>
</package>