-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXamarin.Logentries.iOS.nuspec
20 lines (20 loc) · 1 KB
/
Xamarin.Logentries.iOS.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>1.2.0</version>
<authors>Alexandr Sorokoletov</authors>
<owners>Alexandr Sorokoletov</owners>
<licenseUrl>https://github.com/alexsorokoletov/Xamarin.Logentries.iOS/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/alexsorokoletov/Xamarin.Logentries.iOS</projectUrl>
<id>Xamarin.Logentries.iOS</id>
<title>Xamarin.iOS SDK for Logentries</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Xamarin.iOS SDK for Logentries based on iOS Logentries library https://github.com/LogentriesCommunity/le_ios </description>
<summary>Logentries logger for Xamarin.iOS </summary>
<copyright>Copyright Alexandr Sorokoletov © 2017</copyright>
<tags>xamarin ios logentries lelib logging loggly</tags>
</metadata>
<files>
<file src="Xamarin.Logentries.iOS/bin/Release/*.dll" target="lib/Xamarin.iOS10" />
</files>
</package>