[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 7 / c / CocoaLUT / 0.2.22 / CocoaLUT.podspec.json
bloba56077ebad33fd4daf408df0ba094920b9ef469a
2   "name": "CocoaLUT",
3   "version": "0.2.22",
4   "summary": "LUTs (1D and 3D color lookup tables) for Cocoa applications.",
5   "homepage": "http://github.com/videovillage/CocoaLUT",
6   "license": "MIT",
7   "authors": {
8     "Wil Gieseler": "wil@wilgieseler.com",
9     "Greg Cotten": "greg@gregcotten.com"
10   },
11   "source": {
12     "git": "https://github.com/videovillage/CocoaLUT.git",
13     "tag": "0.2.22"
14   },
15   "resource_bundles": {
16     "TransferFunctionLUTs": "Assets/TransferFunctionLUTs/*.cube"
17   },
18   "requires_arc": true,
19   "source_files": "Classes/**/*",
20   "public_header_files": "Classes/**/*.h",
21   "frameworks": [
22     "QuartzCore",
23     "GLKit"
24   ],
25   "dependencies": {
26     "RegExCategories": [
28     ],
29     "M13OrderedDictionary": [
31     ],
32     "XMLDictionary": [
34     ]
35   },
36   "ios": {
37     "frameworks": "UIKit",
38     "exclude_files": "Classes/osx"
39   },
40   "platforms": {
41     "ios": "7.0",
42     "osx": "10.7"
43   },
44   "osx": {
45     "frameworks": "AppKit",
46     "exclude_files": "Classes/ios"
47   },
48   "deprecated": true