Created
October 12, 2016 19:42
-
-
Save atsushieno/488541bd49b8b43557239ef0b60ff7d8 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>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