- clean working copy for leaving SVN
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"id": "juce_cryptography",
|
||||
"name": "JUCE cryptography classes",
|
||||
"version": "3.1.1",
|
||||
"description": "Classes for various basic cryptography functions, including RSA, Blowfish, MD5, SHA, etc.",
|
||||
"website": "http://www.juce.com/juce",
|
||||
"license": "GPL/Commercial",
|
||||
|
||||
"dependencies": [ { "id": "juce_core", "version": "matching" } ],
|
||||
|
||||
"include": "juce_cryptography.h",
|
||||
|
||||
"compile": [ { "file": "juce_cryptography.cpp", "target": "! xcode" },
|
||||
{ "file": "juce_cryptography.mm", "target": "xcode" } ],
|
||||
|
||||
"browse": [ "encryption/*",
|
||||
"hashing/*" ]
|
||||
}
|
||||
Reference in New Issue
Block a user