Files
mpsk_rx_gui/JuceLibraryCode/modules/juce_cryptography/juce_module_info
T
jens dc5560392f - Library code update
- project update (added Eigen)

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@94 b431acfa-c32f-4a4a-93f1-934dc6c82436
2014-12-20 20:59:48 +00:00

19 lines
693 B
Plaintext

{
"id": "juce_cryptography",
"name": "JUCE cryptography classes",
"version": "3.0.8",
"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/*" ]
}