| 
							- {
 -   "id":             "juce_gui_basics",
 -   "name":           "JUCE GUI core classes",
 -   "version":        "3.0.2",
 -   "description":    "Basic user-interface components and related classes.",
 -   "website":        "http://www.juce.com/juce",
 -   "license":        "GPL/Commercial",
 - 
 -   "dependencies":   [ { "id": "juce_core",              "version": "matching" },
 -                       { "id": "juce_events",            "version": "matching" },
 -                       { "id": "juce_graphics",          "version": "matching" },
 -                       { "id": "juce_data_structures",   "version": "matching" } ],
 - 
 -   "include":        "juce_gui_basics.h",
 - 
 -   "compile":        [ { "file": "juce_gui_basics.cpp", "target": "! xcode" },
 -                       { "file": "juce_gui_basics.mm",  "target": "xcode" } ],
 - 
 -   "browse":         [ "components/*",
 -                       "mouse/*",
 -                       "keyboard/*",
 -                       "widgets/*",
 -                       "windows/*",
 -                       "menus/*",
 -                       "layout/*",
 -                       "buttons/*",
 -                       "positioning/*",
 -                       "drawables/*",
 -                       "properties/*",
 -                       "lookandfeel/*",
 -                       "filebrowser/*",
 -                       "commands/*",
 -                       "misc/*",
 -                       "application/*",
 -                       "native/*" ],
 - 
 -   "OSXFrameworks":  "Cocoa Carbon QuartzCore",
 -   "iOSFrameworks":  "UIKit",
 -   "LinuxLibs":      "X11 Xinerama Xext"
 - }
 
 
  |