Forked from atsushieno/proguard-facebook.nuspec
Last active
December 8, 2016 09:57
-
-
Save fela98/0781843d0fe28cfed709467dd266c29e to your computer and use it in GitHub Desktop.
proguard-facebook.nuspec
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<package > | |
<metadata> | |
<id>Facebook.Proguard</id> | |
<version>5.3.1</version> | |
<authors>Eric Lafortune, Facebook</authors> | |
<owners>Felix Schoeler</owners> | |
<licenseUrl>https://github.com/facebook/proguard/blob/master/LICENSE</licenseUrl> | |
<projectUrl>https://github.com/facebook/proguard</projectUrl> | |
<requireLicenseAcceptance>true</requireLicenseAcceptance> | |
<title>Facebook's fork of Proguard</title> | |
<description>Facebook's fastor fork of Proguard, packaged for NuGet</description> | |
<releaseNotes>Initial package.</releaseNotes> | |
<copyright>Copyright © 2002-2016 Eric Lafortune @ GuardSquare. / Facebook</copyright> | |
<tags>Android Proguard Facebook</tags> | |
<dependencies> | |
</dependencies> | |
</metadata> | |
<files> | |
<file src="README.md" target="README.md" /> | |
<file src="LICENSE" target="LICENSE" /> | |
<file src="bin/proguard.bat" target="bin" /> | |
<file src="bin/proguard.sh" target="bin" /> | |
<file src="lib/proguard.jar" target="lib" /> | |
</files> | |
</package> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment