-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAutoFitTextView-Xamarin.Android.nuspec
21 lines (21 loc) · 1.25 KB
/
AutoFitTextView-Xamarin.Android.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>AutoFitTextView-Xamarin.Android</id>
<version>0.2.1</version>
<title>AutoFitTextView-Xamarin.Android</title>
<authors>Mahmoud Ali</authors>
<owners>Mahmoud Ali</owners>
<licenseUrl>https://raw.githubusercontent.com/akamud/AutoFitTextView-Xamarin.Android/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/akamud/AutoFitTextView-Xamarin.Android</projectUrl>
<iconUrl>https://raw.githubusercontent.com/akamud/AutoFitTextView-Xamarin.Android/master/art/Icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Xamarin Bindings for android-autofittextview project.
A TextView that automatically resizes text to fit perfectly within its bounds.</description>
<summary>A TextView that automatically resizes text to fit perfectly within its bounds.</summary>
<tags>xamarin xamarin-android</tags>
</metadata>
<files>
<file src="AutoFitTextView-Xamarin.Android\bin\Release\AutoFitTextView-Xamarin.Android.dll" target="lib\MonoAndroid\AutoFitTextView-Xamarin.Android.dll" />
</files>
</package>