blob: a711f0c8e3657eea60f73f83eeab09ba04928c3b [file] [log] [blame]
{
"name": "CocoaLUT",
"version": "0.2.23",
"summary": "LUTs (1D and 3D color 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.23"
},
"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
}