blob: f4502fdb6a4d13abaf1feccd12f68d7c6f4f0948 [file] [log] [blame]
{
"name": "SNRHUDKit",
"version": "0.0.1",
"summary": "Code drawn AppKit HUD interface elements.",
"description": " SNRHUDKit is a framework that brings missing HUD controls and interface elements to AppKit.\n All of the controls are fully compatible with OS X 10.6 and 10.7.\n Each of the NSControl subclasses are completely independent (aside from a few categories) so you are free to pick and choose the controls you need instead of using the entire framework.\n",
"homepage": "https://github.com/indragiek/SNRHUDKit",
"license": {
"type": "BSD license",
"text": " Copyright (c) 2012, Indragie Karunaratne and Tyler Murphy\n All rights reserved.\n\n Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
},
"authors": {
"Indragie Karunaratne": "i@indragie.com",
"Tyler Murphy": null
},
"source": {
"git": "https://github.com/indragiek/SNRHUDKit.git",
"commit": "812606a948c29177cff545c65c3123c9ecb1d864"
},
"platforms": {
"osx": "10.6"
},
"source_files": "SNRHUDKit/{Classes,Categories}/**/*.{h,m}",
"requires_arc": true
}