Skip to content

Instantly share code, notes, and snippets.

@atsushieno
Created October 12, 2016 19:42
Show Gist options
  • Select an option

  • Save atsushieno/488541bd49b8b43557239ef0b60ff7d8 to your computer and use it in GitHub Desktop.

Select an option

Save atsushieno/488541bd49b8b43557239ef0b60ff7d8 to your computer and use it in GitHub Desktop.
proguard-facebook.nuspec
<?xml version="1.0"?>
<package >
<metadata>
<id>name.atsushieno.proguard.facebook</id>
<version>5.3.0.0</version>
<authors>Eric Lafortune, Facebook</authors>
<owners>Atsushi Eno</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