-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCYRTextView.nuspec
More file actions
23 lines (23 loc) · 888 Bytes
/
CYRTextView.nuspec
File metadata and controls
23 lines (23 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<package>
<metadata>
<id>Codefoco.CYRTextView</id>
<version>0.1.0-beta-build0</version>
<authors>Codefoco</authors>
<owners>Vinicius Jarina</owners>
<licenseUrl>https://github.com/codefoco/CYRTextView/blob/main/LICENSE</licenseUrl>
<projectUrl>https://github.com/codefoco/CYRTextView</projectUrl>
<iconUrl>https://raw.githubusercontent.com/codefoco/CYRTextView/main/CYRTextView.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Xamarin.iOS Binding for CYRTextView
</description>
<releaseNotes>Release: 9621ffb</releaseNotes>
<copyright>Copyright © Vinicius Jarina 2020</copyright>
<tags>CYRTextView</tags>
</metadata>
<files>
<file src="lib\Release\CYRTextView.dll" target="lib\xamarinios" />
<file src="LICENSE" target="LICENSE" />
</files>
</package>