You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.6KB

  1. {
  2. "id": "dRowAudio",
  3. "name": "dRowAudio audio and gui classes",
  4. "version": "2.0.36",
  5. "description": "Extensions to the JUCE library including graphical component for audio",
  6. "website": "http://www.drowaudio.co.uk",
  7. "license": "MIT",
  8. "dependencies": [ { "id": "juce_audio_basics", "version": "matching" },
  9. { "id": "juce_audio_devices", "version": "matching" },
  10. { "id": "juce_audio_formats", "version": "matching" },
  11. { "id": "juce_audio_utils", "version": "matching" },
  12. { "id": "juce_core", "version": "matching" },
  13. { "id": "juce_data_structures", "version": "matching" },
  14. { "id": "juce_events", "version": "matching" },
  15. { "id": "juce_graphics", "version": "matching" },
  16. { "id": "juce_gui_basics", "version": "matching" } ],
  17. "include": "dRowAudio.h",
  18. "compile": [ { "file": "dRowAudio.cpp", "target": "! xcode" },
  19. { "file": "dRowAudio.mm", "target": "xcode" } ],
  20. "browse": [ "audio/*",
  21. "audio/fft/*",
  22. "audio/filters/*",
  23. "gui/*",
  24. "gui/audiothumbnail/*",
  25. "gui/filebrowser/*",
  26. "maths/*",
  27. "native/*",
  28. "network/*",
  29. "parameters/*",
  30. "streams/*",
  31. "utility/*" ],
  32. "OSXFrameworks": "Accelerate",
  33. "iOSFrameworks": "Accelerate AVFoundation MediaPlayer CoreMedia"
  34. }