forked from segmentio/Analytics.Xamarin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAnalytics.Xamarin.nuspec
25 lines (25 loc) · 1.48 KB
/
Analytics.Xamarin.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/2012/06/nuspec.xsd">
<metadata>
<id>Analytics.Xamarin</id>
<version>1.0.0</version>
<title>Analytics.Xamarin</title>
<authors>Ilya</authors>
<owners>Ilya Volodarsky <friends@segment.io></owners>
<licenseUrl>https://raw.githubusercontent.com/segmentio/Analytics.Xamarin/master/README.md</licenseUrl>
<projectUrl>https://segment.io</projectUrl>
<iconUrl>https://segment.io/favicon.ico</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The cleanest API for Xamarin analytics, by Segment. Install and immediately send data to 100+ analytics and business intelligence tools with the flip of a switch.</description>
<summary>The Segment Xamarin Portable Client Library (PCL), the cleanest and best way to integrate analytics into your .NET application. Check out docs at: https://segment.io/docs/libraries/net/ and code at https:</summary>
<releaseNotes>Check out the changelog at: https://raw.githubusercontent.com/segmentio/Analytics.Xamarin/master/History.md</releaseNotes>
<language>en-US</language>
<tags>analytics, segment.io</tags>
<dependencies>
<group targetFramework=".NETFramework3.5">
<dependency id="Newtonsoft.Json" version="4.5.11" />
</group>
</dependencies>
</metadata>
<files />
</package>