blob: e5a8232c30b08eb17803fb3594ed0fd0dddc8bb7 [file] [log] [blame]
{
"name": "CocoaLUT",
"version": "0.1.4",
"summary": "LUT (3D lookup tables) for Cocoa applications.",
"homepage": "http://github.com/wilg/CocoaLUT",
"license": "MIT",
"authors": {
"Wil Gieseler": "wil@wilgieseler.com"
},
"source": {
"git": "https://github.com/wilg/CocoaLUT.git",
"tag": "0.1.4"
},
"requires_arc": true,
"source_files": "Classes/**/*",
"public_header_files": "Classes/**/*.h",
"frameworks": "QuartzCore",
"ios": {
"frameworks": "UIKit",
"exclude_files": "Classes/osx"
},
"osx": {
"frameworks": "AppKit",
"exclude_files": "Classes/ios"
},
"deprecated": true,
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}