Skip to content

Instantly share code, notes, and snippets.

@fela98
Forked from atsushieno/proguard-facebook.nuspec
Last active December 8, 2016 09:57
Show Gist options
  • Save fela98/0781843d0fe28cfed709467dd266c29e to your computer and use it in GitHub Desktop.
Save fela98/0781843d0fe28cfed709467dd266c29e to your computer and use it in GitHub Desktop.
proguard-facebook.nuspec
<?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