forked from roosmaa/XamGuard
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathXamGuard.nuspec
22 lines (22 loc) · 903 Bytes
/
XamGuard.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>XamGuard</id>
<title>XamGuard - Proguard for Xamarin.Android</title>
<version>1.0.0</version>
<authors>Mart Roosmaa</authors>
<owners>Mart Roosmaa</owners>
<licenseUrl>https://github.com/roosmaa/XamGuard/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/roosmaa/XamGuard</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Run Proguard in Xamarin.Android build process to strip out the unused Java code.</description>
<copyright>Copyright 2014</copyright>
<tags>Proguard Xamarin Android</tags>
</metadata>
<files>
<file src="NuGet/readme.txt" />
<file src="NuGet/Proguard.cfg" target="content" />
<file src="Proguard.Build.Tasks/bin/Release/*.dll" />
<file src="Proguard.Build.Tasks/Proguard.targets" />
</files>
</package>