Files
mpsk_rx_gui/JuceLibraryCode/modules/juce_cryptography/juce_module_info
T
jens 6e5aa7a991 - updated
git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@117 b431acfa-c32f-4a4a-93f1-934dc6c82436
2015-01-05 13:35:46 +00:00

19 lines
693 B
Plaintext

{
"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/*" ]
}