forked from fstehle/Xamarin-TPKeyboardAvoiding.iOS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Package.nuspec
20 lines (20 loc) · 1020 Bytes
/
Package.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>
<metadata>
<id>TPKeyboardAvoiding.Binding</id>
<version>1.3.2.0</version>
<title>TPKeyboardAvoiding Xamarin Binding</title>
<authors>azchohfi</authors>
<owners>Alexandre Chohfi</owners>
<licenseUrl>https://github.com/azchohfi/Xamarin-TPKeyboardAvoiding.iOS/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/azchohfi/Xamarin-TPKeyboardAvoiding.iOS</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>iOS binding package for Michael Tyson's TPKeyboardAvoiding. For more information, follow this description: https://github.com/azchohfi/Xamarin-TPKeyboardAvoiding.iOS/blob/master/README.md</description>
<tags>keyboard avoiding avoid tpkeyboardavoiding ios xamarin michael tyson</tags>
<iconUrl>http://i.imgur.com/WLyGyFL.png</iconUrl>
</metadata>
<files>
<file src="TPKeyboardAvoiding.dll" target="lib/Xamarin.iOS" />
<file src="TPKeyboardAvoiding.pdb" target="lib/Xamarin.iOS" />
</files>
</package>