blob: 543096a04d1e39380c961d49ce2aadfb917cd9c8 [file] [log] [blame]
{
"name": "CocoaLUT",
"version": "0.2.18",
"summary": "LUT (3D lookup tables) for Cocoa applications.",
"homepage": "http://github.com/videovillage/CocoaLUT",
"license": "MIT",
"authors": {
"Wil Gieseler": "wil@wilgieseler.com",
"Greg Cotten": "greg@gregcotten.com"
},
"source": {
"git": "https://github.com/videovillage/CocoaLUT.git",
"tag": "0.2.18"
},
"resource_bundles": {
"TransferFunctionLUTs": "Assets/TransferFunctionLUTs/*.cube"
},
"requires_arc": true,
"source_files": "Classes/**/*",
"public_header_files": "Classes/**/*.h",
"frameworks": [
"QuartzCore",
"GLKit"
],
"dependencies": {
"RegExCategories": [
],
"M13OrderedDictionary": [
],
"XMLDictionary": [
]
},
"ios": {
"frameworks": "UIKit",
"exclude_files": "Classes/osx"
},
"platforms": {
"ios": "7.0",
"osx": "10.7"
},
"osx": {
"frameworks": "AppKit",
"exclude_files": "Classes/ios"
},
"deprecated": true
}